const MH_DEAD_STRIPPABLE_DYLIB: comptime_int = 4194304;

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.