aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:10 -0400
commit76de77fdbbffc50487dcfd6c3a4b42d8820c3716 (patch)
treec33de73e9623d69b0ed4e4f312c56b99bd960150 /tools/Makefile
parentRewrite tools/pcm.c to use common.h (diff)
downloadpokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.tar.gz
pokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.tar.xz
pokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.zip
Use -flto for all tools
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 59304bee..e291bcd6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,7 @@
.PHONY: all clean
CC := gcc
-CFLAGS := -O3 -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers
+CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers
tools := \
gfx \