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 5e8b052..56687e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PROJECT=agni
CC=gcc
-CFLAGS=
+CFLAGS=-g3
SOURCES=$(wildcard *.c)
OBJECTS=$(SOURCES:.c=.o)
LDFLAGS=-lrt -lm
@@ -57,7 +57,7 @@ createextlib: $(EXTLIB_OBJECTS)
#asd
leak:
- valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./$(PROJECT)
+ valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./$(PROJECT) -c config/test.ini
clean:
rm -f agni *.o cmd/*.o \ No newline at end of file