From 2e4b067e492cf1ca0bab39e18881de1fc737b7bb Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 27 Mar 2023 12:02:37 +1300 Subject: [PATCH] Preserve dmd compatibility by removing one byte from the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7603231..5be1678 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PREFIX = /usr/local MANPREFIX = /usr/share/man DC = ldc2 -CFLAGS = -Os -I${IMPORT} +CFLAGS = -O -I${IMPORT} OBJS = main.o esv.o ini.o ifeq (${DEBUG},)