--- branches/intelc_win32/scons/nelix_kb_options.py 2006/06/24 12:58:50 747 +++ branches/intelc_win32/scons/nelix_kb_options.py 2006/06/24 15:09:10 748 @@ -13,10 +13,10 @@ # 1563 - taking adress of a temporary # 811 - exception specification for implicitly declared virtual function (destructor usually) incompatible with that of override # 161 - openmp pargmas are unknown when not compiling with openmp -cc_flags = '/GR /EHsc /MD /Qc99 /Qwd161 /G7' -#cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qwd161' +cc_flags = '/GR /EHsc /MD /Qc99 /Qwd161 /G7 /O3' +cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qwd161' #cc_flags = '/GR /EHsc /MD /Qc99 /Qopenmp /Qopenmp-report0 /G7' -cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qopenmp /Qopenmp-report0' +#cc_flags_debug = '/Od /MDd /RTC1 /GR /EHsc /Qc99 /Qopenmp /Qopenmp-report0' # c++ flags to use cxx_flags = ''