[zlib] to fix: compile warnings with -pedantic and -Wall

This commit is contained in:
2016-06-05 19:54:22 -04:00
parent 7140b0633f
commit c4de904824
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ mkdir -p $obj/contrib/minizip
FLAGS_x86="\
-S \
-fPIC \
-Wall \
-pedantic \
-masm=intel \
-march=native \
-Os"