Introduce MODE=fastbuild for 28% speedup

This commit is contained in:
Justine Tunney 2022-09-09 08:59:59 -07:00
parent 094ccbb4bd
commit 1729a8259c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
14 changed files with 82 additions and 111 deletions

View file

@ -21,9 +21,9 @@
.macro .e e s
.long \e - kErrnoDocs
.long 1f - kErrnoDocs
.long .L\@ - kErrnoDocs
.rodata.str1.1
1: .asciz "\s"
.L\@: .asciz "\s"
.previous
.endm