We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8831c9 commit 46fba96Copy full SHA for 46fba96
bench/bench_nim.yaml
@@ -33,7 +33,6 @@ problems:
33
source:
34
- 1.nim
35
- 3.nim
36
- - 4.nim
37
- 5.nim
38
- 6.nim
39
- name: lru
@@ -65,7 +64,7 @@ environments:
65
64
before_build:
66
- nimble refresh
67
- nimble install --depsOnly
68
- build: nimble cpp app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC=-march=native --passC=-mtune=native --passC=-flto --passC=-fwhole-program --verbose
+ build: nimble cpp app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC=-march=native --passC=-mtune=native --passC=-flto --passC=-fwhole-program --passC=-ffp-contract=off --verbose
69
after_build:
70
- cp app out
71
out_dir: out
0 commit comments