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