mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Disable MinGW debug optimizations
This commit is contained in:
committed by
Klaus Basan
parent
29f464189b
commit
be14be1e7c
@@ -74,12 +74,9 @@ msvc:!llvm: QMAKE_CXXFLAGS *= /bigobj
|
|||||||
# No gigantic MinGW obj files
|
# No gigantic MinGW obj files
|
||||||
################################
|
################################
|
||||||
|
|
||||||
# If you get variables, optimized out during debugging, try to comment the first and uncomment
|
# To reduce the size of MinGW binaries, uncomment the first and comment the second line
|
||||||
# the second line. This disables all debug optimizations. But be warned, that the build
|
# win32-g++: CONFIG += optimize_debug
|
||||||
# will take hours.
|
win32-g++: QMAKE_CXXFLAGS *= -Wa,-mbig-obj
|
||||||
|
|
||||||
win32-g++: CONFIG += optimize_debug
|
|
||||||
# win32-g++: QMAKE_CXXFLAGS *= -Wa,-mbig-obj
|
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# FSX or FS9 on 32bit Windows only
|
# FSX or FS9 on 32bit Windows only
|
||||||
|
|||||||
Reference in New Issue
Block a user