mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 19:40:28 +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,13 +21,13 @@
|
|||
|
||||
.macro .e e s
|
||||
.long \e - kClockNames
|
||||
.long 1f - kClockNames
|
||||
.long .L\@ - kClockNames
|
||||
.rodata.str1.1
|
||||
1: .string "\s"
|
||||
.L\@: .string "\s"
|
||||
.previous
|
||||
.endm
|
||||
|
||||
.section .rodata
|
||||
.section .rodata,"a",@progbits
|
||||
.align 4
|
||||
.underrun
|
||||
kClockNames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue