Merge pull request #514 from status-im/Nim-1-2-2

Nim-1.2.2
This commit is contained in:
Ștefan Talpalaru 2020-06-17 18:23:03 +02:00 committed by GitHub
commit 3eef659d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- task: CacheBeta@1 - task: CacheBeta@1
displayName: 'cache Nim binaries' displayName: 'cache Nim binaries'
inputs: inputs:
key: NimBinaries | $(Agent.OS) | $(PLATFORM) | "$(Build.SourceBranchName)" | "v4" key: NimBinaries | $(Agent.OS) | $(PLATFORM) | "$(Build.SourceBranchName)" | "v7"
path: NimBinaries path: NimBinaries
- task: CacheBeta@1 - task: CacheBeta@1

View File

@ -44,3 +44,10 @@ if not defined(macosx):
# libnimbus.so needs position-independent code # libnimbus.so needs position-independent code
switch("passC", "-fPIC") switch("passC", "-fPIC")
# 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 bb82ba89841e625db9a998be4339f090ff47976d Subproject commit ae49e03af6f36393eb7e0fc02c1c47df42efd2de