mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Extend quotas for various slow tests (#420)
This commit is contained in:
parent
1c387727fe
commit
bba7f5e296
2 changed files with 11 additions and 6 deletions
4
third_party/sqlite3/sqlite3.mk
vendored
4
third_party/sqlite3/sqlite3.mk
vendored
|
@ -187,11 +187,11 @@ o/$(MODE)/third_party/sqlite3/parse.o: \
|
|||
o/$(MODE)/%.shell.o: %.c o/$(MODE)/%.o
|
||||
@$(COMPILE) -AOBJECTIFY.c $(OBJECTIFY.c) $(OUTPUT_OPTION) $<
|
||||
|
||||
o/$(MODE)/third_party/sqlite3/shell.shell.o: QUOTA = -M512m -C16
|
||||
o/$(MODE)/third_party/sqlite3/shell.shell.o: QUOTA = -M512m -C16 -L180
|
||||
o/$(MODE)/third_party/sqlite3/vdbe.o: QUOTA = -M1024m
|
||||
o/$(MODE)/third_party/sqlite3/vdbe.shell.o: QUOTA = -M1024m
|
||||
o/$(MODE)/third_party/sqlite3/fts5.o: QUOTA = -M512m -C16
|
||||
o/$(MODE)/third_party/sqlite3/fts5.shell.o: QUOTA = -M512m -C16
|
||||
o/$(MODE)/third_party/sqlite3/fts5.shell.o: QUOTA = -M512m -C16 -L180
|
||||
|
||||
THIRD_PARTY_SQLITE3_LIBS = $(foreach x,$(THIRD_PARTY_SQLITE3_ARTIFACTS),$($(x)))
|
||||
THIRD_PARTY_SQLITE3_SRCS = $(foreach x,$(THIRD_PARTY_SQLITE3_ARTIFACTS),$($(x)_SRCS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue