summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-15 12:02:50 +0100
committeruint23 <[email protected]>2025-04-15 12:02:50 +0100
commitdc3b91874677ebb2b0f6ec517b2dce661a92f2fe (patch)
treeacaed0fd5b67b9f1b34fd707cef6caa0aef25179 /Makefile
parentda9cfa48b7135f080b725faa4e0a2250037c48a8 (diff)
changed to O3 optimizations, can map windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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