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 - kOpenFlags
.long 1f - kOpenFlags
.long .L\@ - kOpenFlags
.rodata.str1.1
1: .string "\s"
.L\@: .string "\s"
.previous
.endm