summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99c6e3a..43af9f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \
- -lpthread -g `pkg-config fuse --cflags` `pkg-config taglib \
- --cflags` -DDEBUGGING -DSQLITE_THREADED
+ -lpthread `pkg-config fuse --cflags` `pkg-config taglib \
+ --cflags` -DSQLITE_THREADED
LD_ADD = -L/usr/local/lib -lsqlite3 -ltag_c \
`pkg-config fuse --libs`