mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Use optimize_debug configuration as default for MinGW build
Without that configuration set, linking time is super long.
This commit is contained in:
committed by
Mat Sutcliffe
parent
bc930faaa1
commit
e0d04e7b92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user