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 6263af7 commit a34cc25Copy full SHA for a34cc25
bench/bench_nim.yaml
@@ -61,7 +61,7 @@ environments:
61
include: nim
62
include_sub_dir:
63
before_build:
64
- build: nimble build app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC="-march=native -mtune=native -flto -fwhole-program" --verbose
+ build: nimble build app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --passC="-march=broadwell -flto -fwhole-program" --verbose
65
after_build:
66
- cp app out
67
out_dir: out
0 commit comments