diff options
author | joe <rbo@gmx.us> | 2025-10-02 02:57:37 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-02 02:57:37 +0200 |
commit | c729696a67ed7532a9655cd74d5b6c5d5b1cafa7 (patch) | |
tree | d76626183050eaa9d867429cecf063f2f57b2ed0 | |
parent | up (diff) | |
download | herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.gz herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.bz2 herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.xz herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.tar.zst herbe-c729696a67ed7532a9655cd74d5b6c5d5b1cafa7.zip |
up
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |