Skip to content

Commit

Permalink
Permit changing minizip Makefile optimization with CFLAGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Mar 10, 2024
1 parent a8c321b commit 54e205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/minizip/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54e205f

Please sign in to comment.