aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNishant Chatterjee <52992695+nishantc1527@users.noreply.github.com>2026-01-07 19:09:42 -0800
committerGitHub <noreply@github.com>2026-01-07 22:09:42 -0500
commit7e6fdbbda7fd891e119e3576b6588ff12f1b526c (patch)
treedfc055023932ac4ef3568fb64e4650a4bb976132 /tools
parentUse macros to enforce "hidden object" constraints, and rename them to "hidden... (diff)
downloadpokeyellow-7e6fdbbda7fd891e119e3576b6588ff12f1b526c.tar.gz
pokeyellow-7e6fdbbda7fd891e119e3576b6588ff12f1b526c.tar.xz
pokeyellow-7e6fdbbda7fd891e119e3576b6588ff12f1b526c.zip
Do not compile tools with LTO
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e4a9eca6..8882fcd1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,7 @@
.PHONY: all clean
CC := gcc
-CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic
+CFLAGS := -O3 -std=c11 -Wall -Wextra -pedantic
tools := \
gfx \