mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-10 05:02:06 +00:00
Disable linker map generation and improve tinyness
This commit is contained in:
parent
23e235b7a5
commit
4b2023ffab
39 changed files with 119 additions and 121 deletions
|
@ -245,7 +245,7 @@ DEFAULT_LDFLAGS = \
|
|||
-nostdlib \
|
||||
--gc-sections \
|
||||
--build-id=none \
|
||||
--no-dynamic-linker --cref -Map=$@.map
|
||||
--no-dynamic-linker #--cref -Map=$@.map
|
||||
|
||||
ifeq ($(ARCH), aarch64)
|
||||
DEFAULT_LDFLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue