From 0debe6617857a1dc2644959b8c23777eb4603b46 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 21 Oct 2021 14:12:28 -0400 Subject: [PATCH] Makefile: fix building release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fed482..5eac205 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ debug: all clean: @rm -rf bin -build-release: CC_FLAGS:=-O3 +build-release: CC_FLAGS:=-O3 ${CC_FLAGS} build-release: all build-release: @strip bin/*