27 |
boost_lib = 'boost_python-gcc-mt-1_33_1' |
boost_lib = 'boost_python-gcc-mt-1_33_1' |
28 |
|
|
29 |
# c flags to use |
# c flags to use |
30 |
#cc_flags = '-O3 -fpic -IPF-fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -w1' |
cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -ipo -fno-alias' |
31 |
#cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -w1' |
cc_flags_debug = '-g -O0 -fpic -openmp -parallel -c99 -w1' |
|
cc_flags = '-O3 -fpic -IPF-fma -ftz -parallel -mp1 -tpp2 -c99 -w1' |
|
|
cc_flags_debug = '-g -O0 -fpic -openmp -tpp2 -c99 -w1' |
|
32 |
|
|
33 |
# c++ flags to use - only need to list the additional ones compared with cc_flags |
# c++ flags to use - only need to list the additional ones compared with cc_flags |
34 |
cxx_flags = '-ansi' |
cxx_flags = '-ansi' |