clang: add Zig equivalent for -headerpad_max_install_names cli flag

This commit is contained in:
Jakub Konka
2022-06-29 08:17:49 +02:00
parent 59359b2547
commit 7cc4176448
3 changed files with 14 additions and 1 deletions

View File

@@ -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{};