aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-05 23:13:42 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-05 23:13:42 +0300
commit1a2ff9a1e5b91b7e307246ed2f4b898f1e179806 (patch)
tree6da407851e3b01fadd1ffba64fbdffce71dab68a /Makefile
parent79f67d5ca820b663e9e5682aaaad07118fdbfad8 (diff)
downloadgran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.tar.gz
gran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.zip
add async packets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2db9806..d46978d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
DO != echo -n > deps.mk
-DEBUGFLAGS != [ $(RELEASE) ] && echo "-flto=auto -O2 -g -DNODEBUG" || echo "-O0 -g -DDEBUG"
-CFLAGS = -Wall -Wextra -fopenmp
+DEBUGFLAGS != [ $(RELEASE) ] && echo "-flto=auto -O2 -DNODEBUG" || echo "-O0 -g -DDEBUG"
+CFLAGS = -Wall -Wextra -fopenmp -g
DEPFLAGS = -MT $@ -MMD -MP -MF $@.d
LINTFLAGS = -fsyntax-only
INCLUDEFLAGS = -Iinclude