diff options
author | joe <rbo@gmx.us> | 2025-10-20 20:13:37 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-20 20:13:37 +0200 |
commit | a9f68f6cae91d46bca9a88ea79517441e37c0a50 (patch) | |
tree | abd3c0e3508a5d47aea3975d976303595759121a /Makefile | |
parent | more formating changes (diff) | |
download | kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.gz kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.bz2 kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.xz kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.tar.zst kirc-a9f68f6cae91d46bca9a88ea79517441e37c0a50.zip |
Diffstat (limited to 'Makefile')
-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 -O3 -pipe +CFLAGS = -march=native -O2 -pipe # CFLAGS = -march=native -O0 -pipe -g3 # CFLAGS += -fsanitize=address |