aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-02 02:57:37 +0200
committerjoe <rbo@gmx.us>2025-10-02 02:57:37 +0200
commitc729696a67ed7532a9655cd74d5b6c5d5b1cafa7 (patch)
treed76626183050eaa9d867429cecf063f2f57b2ed0
parentup (diff)
downloadherbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.gz
herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.bz2
herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.xz
herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.zst
herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.zip
up
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55509cf..7385c6e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
+CFLAGS = -O3 -march=native -pipe -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
PREFIX ?= /usr/local
CC ?= cc