mirror of https://github.com/madler/zlib
Permit changing minizip Makefile optimization with CFLAGS.
This commit is contained in:
parent
a8c321be84
commit
54e205f878
|
@ -1,5 +1,5 @@
|
|||
CC?=cc
|
||||
CFLAGS := $(CFLAGS) -O -I../..
|
||||
CFLAGS := -O $(CFLAGS) -I../..
|
||||
|
||||
UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
|
||||
ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
|
||||
|
|
Loading…
Reference in New Issue