From ceea195ce064b8174fa7d3d6cd05b2a91d0d6f7a Mon Sep 17 00:00:00 2001 From: uint23 Date: Sun, 20 Apr 2025 07:07:35 +0100 Subject: added -Os to ccflags and added truth --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b31c83d..148ae52 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -O3 -g -Isrc -march=native -flto -s +CFLAGS = -Wall -Wextra -O3 -g -Isrc -march=native -flto -s -Os LDFLAGS = -lX11 SRC_DIR = src -- cgit v1.2.3