-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ win32-msvc* { | |
CONFIG(release) { | ||
QMAKE_CXXFLAGS += /Gy /GL | ||
CONFIG += ltcg | ||
#CONFIG += force_debug_info | ||
CONFIG += force_debug_info | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
chchwy
Author
Member
|
||
} | ||
} | ||
|
||
|
This seems like a bad idea. Releases shouldn't have debug information in them at all. What's the point of using a release configuration if you're just going to add all the debug info back in?