Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Allow -no_adhoc_codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Oct 16, 2020
1 parent 459d488 commit 09ea158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ld/src/ld/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3994,6 +3994,8 @@ void Options::parse(int argc, const char* argv[])
}
else if (strcmp(arg, "-zld_force") == 0) {
}
else if (strcmp(arg, "-no_adhoc_codesign") == 0) {
}
else if (strcmp(arg, "-no_new_main") == 0) {
// HACK until 39514191 is fixed
}
Expand Down

0 comments on commit 09ea158

Please sign in to comment.