mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Separate debug info for MinGW builds
This commit is contained in:
committed by
Mat Sutcliffe
parent
6f55d8cb8a
commit
23c41a408b
@@ -110,6 +110,12 @@ msvc: QMAKE_CXXFLAGS *= /utf-8
|
|||||||
win32-g++: CONFIG += optimize_debug
|
win32-g++: CONFIG += optimize_debug
|
||||||
# win32-g++: QMAKE_CXXFLAGS *= -Wa,-mbig-obj
|
# win32-g++: QMAKE_CXXFLAGS *= -Wa,-mbig-obj
|
||||||
|
|
||||||
|
################################
|
||||||
|
# MinGW: Separate debug info into separate .debug files
|
||||||
|
################################
|
||||||
|
|
||||||
|
win32-g++: CONFIG += separate_debug_info
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# FSX or FS9 on 32bit Windows only
|
# FSX or FS9 on 32bit Windows only
|
||||||
################################
|
################################
|
||||||
|
|||||||
Reference in New Issue
Block a user