mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Improve isystem includes and magic numbers
This commit is contained in:
parent
1e5bd4d23e
commit
228fb7428b
143 changed files with 1183 additions and 266 deletions
3
third_party/quickjs/quickjs.mk
vendored
3
third_party/quickjs/quickjs.mk
vendored
|
@ -185,6 +185,9 @@ o/$(MODE)/third_party/quickjs/quickjs.o: \
|
|||
OVERRIDE_CPPFLAGS += \
|
||||
-DSTACK_FRAME_UNLIMITED
|
||||
|
||||
o/$(MODE)/third_party/quickjs/call.o: QUOTA = -M1024m -C16
|
||||
o/$(MODE)/third_party/quickjs/quickjs.o: QUOTA = -M512m
|
||||
|
||||
.PHONY: o/$(MODE)/third_party/quickjs
|
||||
o/$(MODE)/third_party/quickjs: \
|
||||
$(THIRD_PARTY_QUICKJS_BINS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue