Skip to content

Commit

Permalink
Fix: 2021-08-28
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Aug 28, 2021
1 parent 9fa7c98 commit d5f5ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.pri
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ unix:macx {
}
# TODO more MSVC versions
}
contains(DEFINES, CREATE_PDB) {
QMAKE_CXXFLAGS += /Zi
QMAKE_LFLAGS += /DEBUG
}

0 comments on commit d5f5ce4

Please sign in to comment.