cosmopolitan/build
Justine Tunney 73845be1f0 Restore zip.com and .symtab files
This change restores the .symtab symbol table files in our flagship
programs (e.g. redbean.com, python.com) needed to show backtraces. This
also rolls back earlier changes to zip.com w.r.t. temp directories since
the right way to do it turned out to be the -b DIR flag.

This change also improves the performance of zip.com. It turned out
mmap() wasn't being used, because zip.com was assuming a 4096-byte
granularity, but cosmo requires 65536. There was also a chance to speed
up stdio scanning using the unlocked functions.
2022-08-21 00:17:20 -07:00
..
bootstrap Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
config.mk Change default build mode to use -O2 not -Og 2022-08-14 01:18:15 -07:00
definitions.mk Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
functions.mk Reduce GNU Make latency 17% for cosmo 2022-08-19 15:29:24 -07:00
gdb Fix redbean zip central directory lookup 2021-02-27 12:08:28 -08:00
htags Make some systemic improvements 2022-05-18 16:52:36 -07:00
online.mk Make improvements 2022-08-15 15:20:36 -07:00
realify.sed Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
realify.sh Make more improvements 2020-09-28 01:20:34 -07:00
rules.mk Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
sanitycheck Fix some regressions with execution 2022-08-07 22:10:18 -07:00