summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Rettberg2014-03-18 19:33:17 +0100
committerSimon Rettberg2014-03-18 19:33:17 +0100
commit5dec978003a05c5810ad2748367904e8231a5253 (patch)
tree4e85b1d2679bc5514a4b6854eebc23878dce869c /Makefile
parentFirst working version with user and group support, login relaying (diff)
downloadldadp-5dec978003a05c5810ad2748367904e8231a5253.tar.gz
ldadp-5dec978003a05c5810ad2748367904e8231a5253.tar.xz
ldadp-5dec978003a05c5810ad2748367904e8231a5253.zip
clan config (for address sanitizer use)
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 $<