--- trunk/scons/ac_options.py 2006/06/09 05:26:48 732 +++ trunk/scons/ac_options.py 2006/06/14 02:09:21 735 @@ -41,10 +41,10 @@ # c flags to use cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" -cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -ansi_alias -w1 -fpic' +cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -w1 -fpic' # c++ flags to use -cxx_flags = '-ansi -ansi_alias' +cxx_flags = '-ansi' cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' # system specific libraries to link with