We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a48ed1 + 386aef8 commit fcbf909Copy full SHA for fcbf909
rust/Makefile
@@ -297,7 +297,7 @@ bindgen_c_flags_final = $(bindgen_c_flags_lto)
297
quiet_cmd_bindgen = BINDGEN $@
298
cmd_bindgen = \
299
$(BINDGEN) $< $(bindgen_target_flags) \
300
- --use-core --with-derive-default --ctypes-prefix core::ffi \
+ --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
301
--no-debug '.*' \
302
--size_t-is-usize -o $@ -- $(bindgen_c_flags_final) -DMODULE \
303
$(bindgen_target_cflags) $(bindgen_target_extra)
0 commit comments