~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to BUILD/compile-pentium-icc-valgrind-max

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
c_warnings="-Wall -Wcheck -wd161,444,279,810,981,1292,1469,1572"
30
30
cxx_warnings="$c_warnings -wd869,874"
31
31
base_cxxflags="-fno-exceptions -fno-rtti"
32
 
extra_configs="$pentium_configs $debug_configs"
 
32
extra_configs="$pentium_configs $debug_configs $valgrind_configs"
33
33
 
34
34
. "$path/FINISH.sh"