summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db2a48a..c3619e1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,10 @@ fmt_ldapsearchfilterstring.o ldap_match_sre.o \
fmt_ldapdeleterequest.o scan_ldapdeleterequest.o normalize_dn.o
CC=gcc
-CFLAGS=-g -pipe -Wall -W -Wextra -std=gnu99 -Wno-unused-parameter
-LIBS+=-lcrypto -lcrypt -lowfat
+CFLAGS=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
+#CC=clang
+#CFLAGS=-g -pipe -fsanitize=address -O1 -fno-omit-frame-pointer -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
+LIBS+=-lowfat
%.o: %.c
$(CC) $(CFLAGS) -c $<