Skip to content

Commit 43318b2

Browse files
author
falkTX
committed
Build with debug symbols
1 parent 85a23a0 commit 43318b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CC ?= gcc
33
CXX ?= g++
44

5-
CFLAGS += $(shell pkg-config --cflags jack)
5+
CFLAGS += $(shell pkg-config --cflags jack) -O0 -g
66
LDFLAGS += $(shell pkg-config --libs jack)
77

88
TESTS=test_new test_cond_wait test_cond_wait_simple test_printf

0 commit comments

Comments
 (0)