pub const MH_DEAD_STRIPPABLE_DYLIB: u32 = 0x0040_0000;
Expand description

Only for use on dylibs. When linking against a dylib that has this bit set, the static linker will automatically not create a LC_LOAD_DYLIB load command to the dylib if no symbols are being referenced from the dylib.