Disable MinGW debug optimizations

This commit is contained in:
Roland Winklmeier
2018-08-31 11:26:51 +02:00
committed by Klaus Basan
parent 29f464189b
commit be14be1e7c

View File

@@ -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