13 |
# 1563 - taking adress of a temporary |
# 1563 - taking adress of a temporary |
14 |
# 811 - exception specification for implicitly declared virtual function (destructor usually) incompatible with that of override |
# 811 - exception specification for implicitly declared virtual function (destructor usually) incompatible with that of override |
15 |
# 161 - openmp pargmas are unknown when not compiling with openmp |
# 161 - openmp pargmas are unknown when not compiling with openmp |
16 |
cc_flags = '/GR /EHsc /MD /Qc99 /Qwd161' |
cc_flags = '/GR /EHsc /MD /Qc99 /Qwd161 /G7' |
17 |
cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qwd161' |
#cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qwd161' |
18 |
#cc_flags = '/GR /EHsc /MD /Qc99 /Qopenmp' |
#cc_flags = '/GR /EHsc /MD /Qc99 /Qopenmp /Qopenmp-report0 /G7' |
19 |
#cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qopenmp' |
cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qopenmp /Qopenmp-report0' |
20 |
|
|
21 |
# c++ flags to use |
# c++ flags to use |
22 |
cxx_flags = '' |
cxx_flags = '' |