Small compress-icons fix from Laszlo.

committer: mfx <mfx> 968822264 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-13 05:17:44 +00:00
parent b91c209852
commit d9248a58af
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -330,9 +330,9 @@ endif
export LIB
ifeq ($(DEBUG),1)
CFLAGS +=
CFLAGS += -Od -d
else
CFLAGS += -O2
CFLAGS += -O2 -d
endif
LINK_EXE = $(CC) $(LDFLAGS) -e$@ $^ $(LDLIBS)