Skip to content

Commit b63f635

Browse files
committed
refactor: add comments
1 parent ec629e6 commit b63f635

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libjamesdsp/libjamesdsp.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ QMAKE_CFLAGS += -std=gnu11 -O2
1010

1111
CONFIG += warn_off # Disable warnings for library
1212

13+
# Enable liveprog logging redirection
1314
DEFINES += CUSTOM_CMD
14-
DEFINES += DEBUG # TODO remove?
1515

16-
DEFINES += printf=redirected_printf ANDROID_LOG_INFO=0
16+
# Redirect printf & android logging to our custom handlers
17+
DEFINES += printf=redirected_printf ANDROID_LOG_INFO=0 DEBUG
1718

1819
BASEPATH = $$PWD/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/
1920

0 commit comments

Comments
 (0)