comment out GDB debug in *.pro

This commit is contained in:
Ryan Tang 2024-06-26 16:42:37 -04:00
parent 5f2a7f067d
commit 0371f0c560

View File

@ -11,9 +11,9 @@ QT += core widgets charts printsupport
LIBS += -lCAENDigitizer -lcurl LIBS += -lCAENDigitizer -lcurl
#==== for enable GDB debug #==== for enable GDB debug
QMAKE_CXXFLAGS += -g #QMAKE_CXXFLAGS += -g
QMAKE_CXXFLAGS_RELEASE = -O0 #QMAKE_CXXFLAGS_RELEASE = -O0
QMAKE_CFLAGS_RELEASE = -O0 #QMAKE_CFLAGS_RELEASE = -O0
# You can make your code fail to compile if you use deprecated APIs. # You can make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line. # In order to do so, uncomment the following line.