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 fcee70c commit dc0fcbcCopy full SHA for dc0fcbc
ctaffy/examples/compile_basic.sh
@@ -2,6 +2,5 @@
2
3
set -ex
4
5
-(cd .. && cbindgen --crate ctaffy --output include/taffy.h)
6
cargo build --manifest-path ../Cargo.toml
7
gcc -O3 -DDEBUG -o basic basic.c -std=c99 -Wall -I../include -L../../target/debug -lctaffy
0 commit comments