Skip to content

Commit

Permalink
opt:add debug info to release
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed May 20, 2022
1 parent e85ec3c commit f6a151a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goldendict.pro
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ win32 {
QMAKE_CXXFLAGS += /wd4290 # silence the warning C4290: C++ exception specification ignored
# QMAKE_LFLAGS_RELEASE += /OPT:REF /OPT:ICF
# QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO /DEBUG
CONFIG+=force_debug_info
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO
QMAKE_LFLAGS_RELEASE = $$QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO
DEFINES += GD_NO_MANIFEST
Expand Down

0 comments on commit f6a151a

Please sign in to comment.