From 70fb1016bc06339b9fc51bb4674c38e3190880cc Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 31 Aug 2024 16:32:15 -0500 Subject: fix -O3 for sysvchecksum --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 5ceec4b..dcd7451 100644 --- a/makefile +++ b/makefile @@ -21,6 +21,9 @@ endif all: $(TARGET) +release: CFLAGS += -O3 +release: all + debug: CFLAGS += -g debug: all -- cgit v1.2.3