This commit is contained in:
2026-02-13 14:42:07 -08:00
parent 6a485b6ad9
commit deb33eb352
670 changed files with 55968 additions and 51275 deletions

View File

@@ -8,10 +8,6 @@
#ifndef ZCONF_H
#define ZCONF_H
#ifdef __GNUC__
#pragma GCC optimize("O2")
#endif
/*
* If you *really* need a unique prefix for all types and library functions,
* compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.