mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 10:00:30 +00:00
Reduce build graph by another 14 percent
That's a 37% reduction total from what it was on 2022-05-23.
This commit is contained in:
parent
c2211c9e63
commit
8e176fb026
4029 changed files with 4620 additions and 4675 deletions
|
@ -142,8 +142,6 @@ o/libc/nt/ntdllimport.inc: \
|
|||
ape/relocations.h \
|
||||
libc/nt/ntdllimport.h \
|
||||
libc/macros.internal.h \
|
||||
libc/macros.internal.inc \
|
||||
libc/macros-cpp.internal.inc \
|
||||
libc/intrin/asancodes.h
|
||||
|
||||
#───────────────────────────────────────────────────────────────────────────────
|
||||
|
@ -337,8 +335,6 @@ o/libc/nt/codegen.inc: \
|
|||
ape/macros.internal.h \
|
||||
ape/relocations.h \
|
||||
libc/macros.internal.h \
|
||||
libc/macros.internal.inc \
|
||||
libc/macros-cpp.internal.inc \
|
||||
libc/intrin/asancodes.h
|
||||
|
||||
.PHONY: o/$(MODE)/libc/nt
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
/* clang-format off */
|
||||
|
||||
.macro .ntimp fn:req
|
||||
yoink _init_ntdll
|
||||
.yoink _init_ntdll
|
||||
.initbss 202,_init_ntdll.\fn
|
||||
__imp_\fn:
|
||||
.quad 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue