diff options
author | uint23 <[email protected]> | 2025-04-15 12:02:50 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-15 12:02:50 +0100 |
commit | dc3b91874677ebb2b0f6ec517b2dce661a92f2fe (patch) | |
tree | acaed0fd5b67b9f1b34fd707cef6caa0aef25179 /Makefile | |
parent | da9cfa48b7135f080b725faa4e0a2250037c48a8 (diff) |
changed to O3 optimizations, can map windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -O2 -g -Isrc +CFLAGS = -Wall -Wextra -O3 -g -Isrc LDFLAGS = -lX11 SRC_DIR = src |