bump vendor/nimbus-build-system (#36)

This commit is contained in:
Ștefan Talpalaru 2020-07-01 09:43:23 +02:00 committed by GitHub
parent 5712a624e3
commit f38bdf2900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -57,7 +57,7 @@ else
NIM_PARAMS := $(NIM_PARAMS) -d:release
endif
deps: | deps-common waku.nims
deps: | deps-common nat-libs waku.nims
ifneq ($(USE_LIBBACKTRACE), 0)
deps: | libbacktrace
endif

View File

@ -55,3 +55,10 @@ if not defined(macosx):
# `switch("warning[CaseTransition]", "off")` fails with "Error: invalid command line option: '--warning[CaseTransition]'"
switch("warning", "CaseTransition:off")
# The compiler doth protest too much, methinks, about all these cases where it can't
# do its (N)RVO pass: https://github.com/nim-lang/RFCs/issues/230
switch("warning", "ObservableStores:off")
# Too many false positives for "Warning: method has lock level <unknown>, but another method has 0 [LockLevel]"
switch("warning", "LockLevel:off")

@ -1 +1 @@
Subproject commit 46b6f78806026b37e4710eabf8bd047969d2d23c
Subproject commit 4fe12e1cfd7b4bce6d9802024342662f372bd5e5