18 |
# 1563 - taking adress of a temporary |
# 1563 - taking adress of a temporary |
19 |
# 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 |
20 |
# 161 - openmp pargmas are unknown when not compiling with openmp |
# 161 - openmp pargmas are unknown when not compiling with openmp |
21 |
cc_flags = '/FD /EHsc /GR /O2 /Op /MT /W3' |
cc_common_flags = '/FD /EHsc /GR /wd4068 ' |
22 |
|
cc_flags = cc_common_flags + '/O2 /Op /MT /W3' |
23 |
|
|
24 |
cc_flags_debug = '/FD /EHsc /GR /Od /RTC1 /MTd /ZI' |
cc_flags_debug = cc_common_flags + '/Od /RTC1 /MTd /ZI' |
25 |
|
|
26 |
# c++ flags to use |
# c++ flags to use |
27 |
cxx_flags = '' |
cxx_flags = '' |