summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:39:34 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:39:34 +0200
commitecd4ce029af013fa27cf763f93cd1c4cf4409748 (patch)
tree3ac26b2cd418dfaa6c966b5fa10e37eb8b482d85 /Makefile
parentaebfe173331f9ebec246f9ad85d0b98121c8ac4f (diff)
- Prepare for 0.1 release
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`