From b5792da54d4196e6fedc74abdf1f859b40b44b08 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 21 Oct 2025 18:40:10 +0200 Subject: fixed build err, colors for self --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ceb706..1ecb5b8 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 -O2 -pipe +CFLAGS = -march=native -O3 -pipe # CFLAGS = -march=native -O0 -pipe -g3 # CFLAGS += -fsanitize=address -- cgit v1.2.3