Skip to content

Commit fcbf909

Browse files
authored
Merge pull request #820 from bjorn3/bindgen_no_layout_tests
Pass --no-layout-tests to rustc
2 parents 8a48ed1 + 386aef8 commit fcbf909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ bindgen_c_flags_final = $(bindgen_c_flags_lto)
297297
quiet_cmd_bindgen = BINDGEN $@
298298
cmd_bindgen = \
299299
$(BINDGEN) $< $(bindgen_target_flags) \
300-
--use-core --with-derive-default --ctypes-prefix core::ffi \
300+
--use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
301301
--no-debug '.*' \
302302
--size_t-is-usize -o $@ -- $(bindgen_c_flags_final) -DMODULE \
303303
$(bindgen_target_cflags) $(bindgen_target_extra)

0 commit comments

Comments
 (0)