mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Exclude strace from MODE=tiny builds
This change gets o/tinylinux/examples/hello2.com back down to 8kb in size which had been unintentionally bloated to 40kb in recent months See #965
This commit is contained in:
parent
b7e1dc81c2
commit
2b960bb249
18 changed files with 46 additions and 33 deletions
|
@ -379,12 +379,12 @@ _init_systemfive_magnums:
|
|||
jnz 3b
|
||||
xchg %rbx,%rax
|
||||
stosq
|
||||
#ifdef SYSDEBUG
|
||||
#if SYSDEBUG
|
||||
inc %r8d
|
||||
#endif
|
||||
jmp 2b
|
||||
5: nop
|
||||
#ifdef SYSDEBUG
|
||||
#if SYSDEBUG
|
||||
push %rdi
|
||||
push %rsi
|
||||
push %r8
|
||||
|
@ -449,7 +449,7 @@ _init_systemfive_done:
|
|||
nop
|
||||
.init.end 300,_init_systemfive,globl,hidden
|
||||
|
||||
#ifdef SYSDEBUG
|
||||
#if SYSDEBUG
|
||||
.rodata.str1.1
|
||||
.Llog: .ascii STRACE_PROLOGUE
|
||||
.ascii "bell system five system call support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue