summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbustico2008-10-16 10:43:40 +0000
committerbustico2008-10-16 10:43:40 +0000
commitc9de0520e4a6a96cb037eec1086f95b8f297c81f (patch)
treec967042f9c3de1ef64887d698a1fd317291ff7b3 /src/Makefile
parent84628e3cb62bb1730320ebacd19a72f87a4daec3 (diff)
downloadivy-c-c9de0520e4a6a96cb037eec1086f95b8f297c81f.zip
ivy-c-c9de0520e4a6a96cb037eec1086f95b8f297c81f.tar.gz
ivy-c-c9de0520e4a6a96cb037eec1086f95b8f297c81f.tar.bz2
ivy-c-c9de0520e4a6a96cb037eec1086f95b8f297c81f.tar.xz
fix double free error in delAllRegexpsFromDictionary
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c329ca4..b128233 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -103,6 +103,7 @@ CFLAGS_RELEASE = -O2 -Wall -Wshadow $(FPIC)
ifdef DEBUG
export CFLAGS += $(CFLAGS_DEBUG)
+ LIB:= $(LIB)/debug
else
export CFLAGS += $(CFLAGS_RELEASE)
endif