From a9f68f6cae91d46bca9a88ea79517441e37c0a50 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 20 Oct 2025 20:13:37 +0200 Subject: added hash coloring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3