commit 513c267
Michael Forney
·
2024-03-17 06:54:39 +0000 UTC
parent da82efd
zlib: Build with warning flags
1 files changed,
+1,
-1
+1,
-1
1@@ -1,5 +1,5 @@
2 cflags{
3- '-D HAVE_HIDDEN',
4+ '-std=c99', '-Wall', '-Wpedantic',
5 '-D HAVE_STDARG_H',
6 '-D HAVE_UNISTD_H',
7 '-D _LARGEFILE64_SOURCE',