From 0371f0c560ee00e3c0ba42ccf7cf77d8cfcfb7c0 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Wed, 26 Jun 2024 16:42:37 -0400 Subject: [PATCH] comment out GDB debug in *.pro --- FSUDAQ_Qt6.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FSUDAQ_Qt6.pro b/FSUDAQ_Qt6.pro index a669aaf..9fc186d 100644 --- a/FSUDAQ_Qt6.pro +++ b/FSUDAQ_Qt6.pro @@ -11,9 +11,9 @@ QT += core widgets charts printsupport LIBS += -lCAENDigitizer -lcurl #==== for enable GDB debug -QMAKE_CXXFLAGS += -g -QMAKE_CXXFLAGS_RELEASE = -O0 -QMAKE_CFLAGS_RELEASE = -O0 +#QMAKE_CXXFLAGS += -g +#QMAKE_CXXFLAGS_RELEASE = -O0 +#QMAKE_CFLAGS_RELEASE = -O0 # You can make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line.