aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-20 20:13:37 +0200
committerjoe <rbo@gmx.us>2025-10-20 20:13:37 +0200
commita9f68f6cae91d46bca9a88ea79517441e37c0a50 (patch)
treeabd3c0e3508a5d47aea3975d976303595759121a /Makefile
parentmore formating changes (diff)
downloadkirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.gz
kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.bz2
kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.xz
kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.zst
kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.zip
added hash coloringHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ecb5b8..1ceb706 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ ALL_WARNING = -Wall -Werror -Wextra -Wno-unused-result -pedantic -std=c99
PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man
-CFLAGS = -march=native -O3 -pipe
+CFLAGS = -march=native -O2 -pipe
# CFLAGS = -march=native -O0 -pipe -g3
# CFLAGS += -fsanitize=address