]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/thumb_base.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / thumb_base.rs
index 000766c57ce795e80a8e871324dae4d32b7cc19f..4dcf47fe465c3144a206d7c0c95b93ba98a3fe4d 100644 (file)
@@ -53,7 +53,7 @@ pub fn opts() -> TargetOptions {
         frame_pointer: FramePointer::Always,
         // ARM supports multiple ABIs for enums, the linux one matches the default of 32 here
         // but any arm-none or thumb-none target will be defaulted to 8 on GCC and clang
-        c_enum_min_bits: 8,
+        c_enum_min_bits: Some(8),
         ..Default::default()
     }
 }