aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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