clang: add Zig equivalent for -headerpad_max_install_names cli flag
This commit is contained in:
@@ -444,6 +444,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "weak_framework",
|
||||
.ident = "weak_framework",
|
||||
},
|
||||
.{
|
||||
.name = "headerpad_max_install_names",
|
||||
.ident = "headerpad_max_install_names",
|
||||
},
|
||||
};
|
||||
|
||||
const blacklisted_options = [_][]const u8{};
|
||||
|
||||
Reference in New Issue
Block a user