47 |
# 1563 - taking adress of a temporary |
# 1563 - taking adress of a temporary |
48 |
# 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 |
49 |
# 161 - openmp pargmas are unknown when not compiling with openmp |
# 161 - openmp pargmas are unknown when not compiling with openmp |
50 |
cc_common_flags = '/FD /EHsc /GR /wd4068 ' |
cc_flags = '/FD /EHsc /GR /wd4068 ' |
51 |
cc_flags = cc_common_flags + '/O2 /Op /MD /W3' |
cc_optim = '/O2 /Op /MD /W3' |
52 |
|
|
53 |
cc_flags_debug = cc_common_flags + '/Od /RTC1 /MDd /ZI /Yd /Y-' |
cc_debug = cc_common_flags + '/Od /RTC1 /MDd /ZI /Yd /Y-' |
|
|
|
|
# c++ flags to use |
|
|
cxx_flags = '' |
|
|
cxx_flags_debug = '' |
|
54 |
|
|
55 |
# linker flags to use |
# linker flags to use |
56 |
#link_flags = '' |
#link_flags = '' |
57 |
link_flags_debug = '/debug /incremental:no /opt:ref /opt:icf' |
#link_flags_debug = '/debug /incremental:no /opt:ref /opt:icf' |
58 |
|
|
59 |
# static library archiver flags to use |
# static library archiver flags to use |
60 |
#ar_flags = 'crus' |
#ar_flags = 'crus' |