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:
Mathew Sutcliffe
2014-11-21 01:35:45 +00:00
parent b43d631697
commit ff3b7fb2d6

View File

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