We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a53fb commit 4399423Copy full SHA for 4399423
libjamesdsp/libjamesdsp.pro
@@ -5,9 +5,8 @@ DEFINES += LIBJAMESDSP_PLUGIN
5
6
CONFIG += c++17
7
8
-# TODO: remove debug mode
9
-# QMAKE_CFLAGS += -std=gnu11 -O2
10
-QMAKE_CFLAGS += -std=gnu11 -g3 -Og -gdwarf-2 -finline-functions
+QMAKE_CFLAGS += -std=gnu11 -O2
+#QMAKE_CFLAGS += -std=gnu11 -g3 -Og -gdwarf-2 -finline-functions
11
12
CONFIG += warn_off # Disable warnings for library
13
0 commit comments