Skip to content

Commit d42b497

Browse files
committed
zig cc not likes openmp
1 parent fa6ea7f commit d42b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench_c_ffi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ environments:
3737
version: latest
3838
docker:
3939
include: c
40-
build: zig cc @app_ffi.rsp
40+
build: zig cc -pipe -O3 -fomit-frame-pointer -march=native -Wno-deprecated-declarations -mno-fma -o app app.c -lm -lcrypto
4141
after_build:
4242
- mv app out
4343
out_dir: out

0 commit comments

Comments
 (0)