Use optimize_debug configuration as default for MinGW build

Without that configuration set, linking time is super long.
This commit is contained in:
Roland Rossgotterer
2019-01-29 11:49:42 +01:00
committed by Mat Sutcliffe
parent bc930faaa1
commit e0d04e7b92

View File

@@ -83,8 +83,8 @@ msvc: QMAKE_CXXFLAGS *= /utf-8
################################
# To reduce the size of MinGW binaries, uncomment the first and comment the second line
# win32-g++: CONFIG += optimize_debug
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