[win32] Avoid secure iterator checks in release Visual Studio builds

This commit is contained in:
Alex Zolotarev 2011-05-23 17:39:11 +02:00 committed by Alex Zolotarev
parent b44ec9cdfa
commit cc317c77fd

View file

@ -87,6 +87,10 @@ win32-msvc* {
QMAKE_CXXFLAGS_RELEASE += -Ox -Ob2 -Oi -Ot
# don't set /LTCG - bug in msvc
QMAKE_LFLAGS_RELEASE += /MACHINE:X86
CONFIG(release, debug|release) {
DEFINES += _SECURE_SCL=0
}
}
win32-msvc2010 {