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 ec629e6 commit b63f635Copy full SHA for b63f635
libjamesdsp/libjamesdsp.pro
@@ -10,10 +10,11 @@ QMAKE_CFLAGS += -std=gnu11 -O2
10
11
CONFIG += warn_off # Disable warnings for library
12
13
+# Enable liveprog logging redirection
14
DEFINES += CUSTOM_CMD
-DEFINES += DEBUG # TODO remove?
15
16
-DEFINES += printf=redirected_printf ANDROID_LOG_INFO=0
+# Redirect printf & android logging to our custom handlers
17
+DEFINES += printf=redirected_printf ANDROID_LOG_INFO=0 DEBUG
18
19
BASEPATH = $$PWD/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/
20
0 commit comments