Merge branch 'azure' into devel

This commit is contained in:
Ștefan Talpalaru 2020-02-12 15:19:45 +01:00
commit edf55a4dec
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -32,7 +32,8 @@
--passC:"-march=native"
@if windows:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
--passC:"-fno-asynchronous-unwind-tables"
# ("-fno-asynchronous-unwind-tables" breaks Nim's exception raising, sometimes)
--passC:"-mno-avx512vl"
@end
@end