Merge branch 'azure' into devel
This commit is contained in:
commit
edf55a4dec
|
@ -14,7 +14,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)"
|
key: NimBinaries | $(Agent.OS) | $(PLATFORM) | "$(Build.SourceBranchName)" | "v2"
|
||||||
path: NimBinaries
|
path: NimBinaries
|
||||||
|
|
||||||
- task: CacheBeta@1
|
- task: CacheBeta@1
|
||||||
|
|
3
nim.cfg
3
nim.cfg
|
@ -32,7 +32,8 @@
|
||||||
--passC:"-march=native"
|
--passC:"-march=native"
|
||||||
@if windows:
|
@if windows:
|
||||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
|
# 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
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue