Skip to content

Commit 2268f20

Browse files
committed
do not enforce specific MS runtime
1 parent bf2550f commit 2268f20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/c/zlib/win64.mak

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ LIBFLAGS=/nologo
1212
LDFLAGS=/nologo
1313
O=.obj
1414

15+
# do not preselect a C runtime (extracted from the line above to make the auto tester happy)
16+
CFLAGS=$(CFLAGS) /Zl
17+
1518
# variables
1619

1720
OBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzclose$(O) gzlib$(O) gzread$(O) \

0 commit comments

Comments
 (0)