mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 03:50:29 +00:00
Introduce MODE=fastbuild
for 28% speedup
This commit is contained in:
parent
094ccbb4bd
commit
1729a8259c
14 changed files with 82 additions and 111 deletions
|
@ -21,14 +21,14 @@
|
|||
|
||||
.macro .e e s
|
||||
.long \e - kSignalNames
|
||||
.long 1f - kSignalNames
|
||||
.long .L\@ - kSignalNames
|
||||
.rodata.str1.1
|
||||
1: .string "\s"
|
||||
.L\@: .string "\s"
|
||||
.previous
|
||||
.endm
|
||||
|
||||
.section .rodata
|
||||
.align 4
|
||||
.align 4
|
||||
.underrun
|
||||
kSignalNames:
|
||||
.e SIGHUP,"SIGHUP"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue