mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
MinGW debug build: enabled optimizations which don't interfere with debugging. This improves linker performance by reducing the size of the object files.
This commit is contained in:
@@ -72,6 +72,11 @@ contains(BLACK_CONFIG, ProfileRelease) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###########################
|
||||||
|
# No gigantic MinGW obj files
|
||||||
|
###########################
|
||||||
|
win32-g++: QMAKE_CXXFLAGS_DEBUG += -Og
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# No FSX or FS9 for 64 bits
|
# No FSX or FS9 for 64 bits
|
||||||
###########################
|
###########################
|
||||||
|
|||||||
Reference in New Issue
Block a user