summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <abhinav.prsai@gmail.com>2025-04-17 17:19:39 +0100
committeruint23 <abhinav.prsai@gmail.com>2025-04-17 17:19:39 +0100
commit57477a4dd0726153e759562ec5c7969a6d0147c7 (patch)
tree4c2caab15ef7636c46d0fa3e502a723b94605f12 /Makefile
parenta8dce8bdcd9c2445e186253b8e5206ac1eb5bf61 (diff)
optimisations, can resize from tiled mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa93403..64b0b60 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -Wall -Wextra -O3 -g -Isrc
+CFLAGS = -Wall -Wextra -O3 -g -Isrc -march=native -flto -s
LDFLAGS = -lX11
SRC_DIR = src