From 95a13835d528659c713328a724a2abaf221ea68b Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 3 Aug 2026 10:00:38 +0200 Subject: Enable compiler optimization by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 059c7d8..cd81d1b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX ?= /usr/local PROG ?= ftag -CFLAGS ?= -O0 -g3 +CFLAGS ?= -O2 -g LDFLAGS ?= LIBS ?= -- cgit v1.2.3