diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-05 23:13:42 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-05 23:13:42 +0300 |
| commit | 1a2ff9a1e5b91b7e307246ed2f4b898f1e179806 (patch) | |
| tree | 6da407851e3b01fadd1ffba64fbdffce71dab68a /Makefile | |
| parent | 79f67d5ca820b663e9e5682aaaad07118fdbfad8 (diff) | |
| download | gran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.tar.gz gran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.zip | |
add async packets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
