diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 02:50:34 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 02:50:34 +0300 |
| commit | e5f9d49e39210fe634305d57f1b01e013d66aa71 (patch) | |
| tree | 980b72d145339702a49557215567e3afbf3d7e35 /Makefile | |
| parent | 170f3ddc3d8967c0b5d4755c0221c396db215b2f (diff) | |
| download | ek-e5f9d49e39210fe634305d57f1b01e013d66aa71.tar.gz ek-e5f9d49e39210fe634305d57f1b01e013d66aa71.zip | |
simplify ast definition
+ Makes it a lot nicer to work with.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ DO != echo -n > deps.mk DEBUGFLAGS != [ $(RELEASE) ] && echo "-flto=auto -O2 -DNODEBUG" || echo "-O0 -DDEBUG" -CFLAGS = -Wall -Wextra -Wconversion -g +CFLAGS = -Wall -Wextra -Wconversion -ggdb3 DEPFLAGS = -MT $@ -MMD -MP -MF $@.d LINTFLAGS = -fsyntax-only INCLUDEFLAGS = -Iinclude |
