forked from organicmaps/organicmaps
[win32] Avoid secure iterator checks in release Visual Studio builds
This commit is contained in:
parent
b44ec9cdfa
commit
cc317c77fd
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue