Skip to content

Commit

Permalink
fixing zig cc flags and version command in .yaml (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElekCorp authored Dec 31, 2024
1 parent bf94c35 commit d7c1d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/bench_c_ffi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ environments:
- os: linux
compiler: zigcc
version: latest
compiler_version_command: zig version
docker:
include: c
build: zig cc -pipe -O3 -fomit-frame-pointer -march=native -Wno-deprecated-declarations -mno-fma -o app app.c -lm -lcrypto
build: zig cc -pipe -O3 -fomit-frame-pointer -march=broadwell -Wno-deprecated-declarations -mno-fma -o app app.c -lm -lcrypto
after_build:
- mv app out
out_dir: out
Expand Down

0 comments on commit d7c1d09

Please sign in to comment.