mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Do not pass MSVC arguments to mingw/gcc
This commit is contained in:
committed by
Felix Kauselmann
parent
7268de0197
commit
1c3fd4d16f
@ -8,8 +8,10 @@ QT += core
|
||||
|
||||
win32 {
|
||||
LIBS += -loleaut32 -lole32
|
||||
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
|
||||
QMAKE_LFLAGS_RELEASE += /LTCG
|
||||
msvc {
|
||||
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
|
||||
QMAKE_LFLAGS_RELEASE += /LTCG
|
||||
}
|
||||
CONFIG -= embed_manifest_exe
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user