aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-25 20:34:24 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-25 20:34:24 +0200
commiteaf2d360120a4cab12c27ed51961cd5d224042ff (patch)
tree888b4715a1edf7ec74fed1bd26c31213c548650d /Makefile
parent3bd9103ce0b18f6900ba544a8b2786145868524f (diff)
downloadek-eaf2d360120a4cab12c27ed51961cd5d224042ff.tar.gz
ek-eaf2d360120a4cab12c27ed51961cd5d224042ff.zip
initial constant struct stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf0c1da..e6d4f71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DO != echo -n > deps.mk
-DEBUGFLAGS != [ $(RELEASE) ] && echo "-flto -O2 -DNODEBUG" || echo "-O0 -g -DDEBUG"
+DEBUGFLAGS != [ $(RELEASE) ] && echo "-flto=auto -O2 -DNODEBUG" || echo "-O0 -g -DDEBUG"
CFLAGS = -Wall -Wextra
DEPFLAGS = -MT $@ -MMD -MP -MF $@.d
INCLUDEFLAGS = -Iinclude