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.
c_enum_min_bits
1 parent a8f1b72 commit ef89948Copy full SHA for ef89948
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
@@ -45,8 +45,6 @@ pub fn target() -> Target {
45
relocation_model: RelocModel::Static,
46
// suggested from thumb_base, rust-lang/rust#44993.
47
emit_debug_gdb_scripts: false,
48
- // suggested from thumb_base, with no-os gcc/clang use 8-bit enums
49
- c_enum_min_bits: Some(8),
50
frame_pointer: FramePointer::MayOmit,
51
52
main_needs_argc_argv: false,
0 commit comments