From ddfd9858f90cd3e83b0cb582559962dc68efce40 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 23 Feb 2023 20:59:26 -0800 Subject: [PATCH] Compile with optimizations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffbff75..bfda2be 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RECOMMENDED_CFLAGS = -Wall -Wextra -pedantic -Werror +RECOMMENDED_CFLAGS = -Wall -Wextra -pedantic -Werror -O CFLAGS = $(RECOMMENDED_CFLAGS) prefix = /usr/local exec_prefix = $(prefix) -- 2.44.1