Preserve dmd compatibility by removing one byte from the Makefile
This commit is contained in:
parent
a0341e72d7
commit
2e4b067e49
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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},)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue