41 |
|
|
42 |
# c flags to use |
# c flags to use |
43 |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
44 |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -ansi_alias -w1 -fpic' |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -w1 -fpic' |
45 |
|
|
46 |
# c++ flags to use |
# c++ flags to use |
47 |
cxx_flags = '-ansi -ansi_alias' |
cxx_flags = '-ansi' |
48 |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
49 |
|
|
50 |
# system specific libraries to link with |
# system specific libraries to link with |