Skip to content

Commit

Permalink
Turned off debug includion by qmake in release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Jun 1, 2020
1 parent 5e48e22 commit 5dc0b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ TEMPLATE = app
QT += network xml gui core widgets opengl

# Allow debug in release
QMAKE_CXXFLAGS_RELEASE += -g
QMAKE_CFLAGS_RELEASE += -g
QMAKE_LFLAGS_RELEASE =
#QMAKE_CXXFLAGS_RELEASE += -g
#QMAKE_CFLAGS_RELEASE += -g
#QMAKE_LFLAGS_RELEASE =

CONFIG += qt \
release \
Expand Down

0 comments on commit 5dc0b4e

Please sign in to comment.