diff options
author | joe <rbo@gmx.us> | 2025-10-21 18:40:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-21 18:40:10 +0200 |
commit | b5792da54d4196e6fedc74abdf1f859b40b44b08 (patch) | |
tree | 95733b58b5c55154375ffe03ae06aa0289c3aeb4 /Makefile | |
parent | up (diff) | |
download | kirc-b5792da54d4196e6fedc74abdf1f859b40b44b08.tar.gz kirc-b5792da54d4196e6fedc74abdf1f859b40b44b08.tar.bz2 kirc-b5792da54d4196e6fedc74abdf1f859b40b44b08.tar.xz kirc-b5792da54d4196e6fedc74abdf1f859b40b44b08.tar.zst kirc-b5792da54d4196e6fedc74abdf1f859b40b44b08.zip |
fixed build err, colors for self
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -O2 -pipe +CFLAGS = -march=native -O3 -pipe # CFLAGS = -march=native -O0 -pipe -g3 # CFLAGS += -fsanitize=address |