MSVC doesn't support optimization flag -O3.
--HG-- branch : develop
This commit is contained in:
parent
3a4b78c42b
commit
342bf9d124
|
@ -55,8 +55,10 @@ CONFIG(release, debug|release){
|
|||
QMAKE_CXXFLAGS += -fno-omit-frame-pointer # Need for exchndl.dll
|
||||
}
|
||||
|
||||
!win32-msvc* {
|
||||
QMAKE_CXXFLAGS -= -O2 # Disable default optimization level
|
||||
QMAKE_CXXFLAGS += -O3 # For vlayout library enable speed optimizations
|
||||
}
|
||||
|
||||
noDebugSymbols{ # For enable run qmake with CONFIG+=noDebugSymbols
|
||||
# do nothing
|
||||
|
|
Loading…
Reference in New Issue
Block a user