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 6d71e77 commit 9ac4ee1Copy full SHA for 9ac4ee1
build.rs
@@ -94,6 +94,7 @@ fn main() {
94
.blocklist_item("FP_ZERO")
95
.blocklist_item("FP_SUBNORMAL")
96
.clang_arg(format!("-I{}", embed_path.join("quickjs").display()))
97
+ .layout_tests(false)
98
.generate()
99
.expect("Failed to generate bindings");
100
0 commit comments