Preserve dmd compatibility by removing one byte from the Makefile

This commit is contained in:
Jeremy Baxter 2023-03-27 12:02:37 +13:00
parent a0341e72d7
commit 2e4b067e49

View file

@ -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},)