From 7e6fdbbda7fd891e119e3576b6588ff12f1b526c Mon Sep 17 00:00:00 2001 From: Nishant Chatterjee <52992695+nishantc1527@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:09:42 -0800 Subject: Do not compile tools with LTO --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 \ -- cgit v1.3.1-sl0p