Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build with debug symbols
  • Loading branch information
falkTX committed May 12, 2016
1 parent 85a23a0 commit 43318b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
CC ?= gcc
CXX ?= g++

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

TESTS=test_new test_cond_wait test_cond_wait_simple test_printf
Expand Down

0 comments on commit 43318b2

Please sign in to comment.