Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug flags
  • Loading branch information
falkTX committed May 12, 2016
1 parent bd91718 commit 1f03659
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) -O0 -g
CFLAGS += $(shell pkg-config --cflags jack)
LDFLAGS += $(shell pkg-config --libs jack)

TESTS=test_new test_cond_wait test_cond_wait_simple test_printf
Expand Down

0 comments on commit 1f03659

Please sign in to comment.