aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-20 14:18:49 +0200
committerjoe <rbo@gmx.us>2025-10-20 14:18:49 +0200
commitef64002d44e3b5b62dcd4a9c76764715144123ef (patch)
tree4cb16a875101afc26f0c78d31456e30057b61496 /Makefile
parentwrap (diff)
downloadkirc-ef64002d44e3b5b62dcd4a9c76764715144123ef.tar.gz
kirc-ef64002d44e3b5b62dcd4a9c76764715144123ef.tar.bz2
kirc-ef64002d44e3b5b62dcd4a9c76764715144123ef.tar.xz
kirc-ef64002d44e3b5b62dcd4a9c76764715144123ef.tar.zst
kirc-ef64002d44e3b5b62dcd4a9c76764715144123ef.zip
cool so far
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1ecb5b8..90e274d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,9 @@ 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 -O0 -pipe -g3
-# CFLAGS += -fsanitize=address
+# CFLAGS = -march=native -O3 -pipe
+CFLAGS = -march=native -O0 -pipe -g3
+CFLAGS += -fsanitize=address
kirc: kirc.c kirc.h
$(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 $(LDFLAGS) ${ALL_WARNING} kirc.c -o kirc