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 fa6ea7f commit d42b497Copy full SHA for d42b497
bench/bench_c_ffi.yaml
@@ -37,7 +37,7 @@ environments:
37
version: latest
38
docker:
39
include: c
40
- build: zig cc @app_ffi.rsp
+ build: zig cc -pipe -O3 -fomit-frame-pointer -march=native -Wno-deprecated-declarations -mno-fma -o app app.c -lm -lcrypto
41
after_build:
42
- mv app out
43
out_dir: out
0 commit comments