mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 10:48:29 +00:00
Optimize memory layout
This commit is contained in:
parent
0305194d98
commit
b69f3d2488
41 changed files with 383 additions and 347 deletions
4
third_party/zlib/zconf.h
vendored
4
third_party/zlib/zconf.h
vendored
|
@ -7,6 +7,10 @@
|
|||
#define DEF_MEM_LEVEL 8
|
||||
#define MAX_WBITS 15 /* 32K LZ77 window */
|
||||
|
||||
#ifdef MODE_DBG
|
||||
#define ZLIB_DEBUG
|
||||
#endif
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
typedef unsigned char Byte;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue