From dc3b91874677ebb2b0f6ec517b2dce661a92f2fe Mon Sep 17 00:00:00 2001 From: uint23 Date: Tue, 15 Apr 2025 12:02:50 +0100 Subject: changed to O3 optimizations, can map windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4ffcd0..aa93403 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -O2 -g -Isrc +CFLAGS = -Wall -Wextra -O3 -g -Isrc LDFLAGS = -lX11 SRC_DIR = src -- cgit v1.2.3