We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a23a0 commit 43318b2Copy full SHA for 43318b2
Makefile
@@ -2,7 +2,7 @@
2
CC ?= gcc
3
CXX ?= g++
4
5
-CFLAGS += $(shell pkg-config --cflags jack)
+CFLAGS += $(shell pkg-config --cflags jack) -O0 -g
6
LDFLAGS += $(shell pkg-config --libs jack)
7
8
TESTS=test_new test_cond_wait test_cond_wait_simple test_printf
0 commit comments