Skip to content

Commit 2157c1e

Browse files
committed
Accept the --build-id option in goto-ld
1 parent c93c54c commit 2157c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-cc/ld_cmdline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const char *ld_options_with_argument[]=
9999
"--ios_version_min", // Apple only
100100
"--macosx_version_min", // Apple only
101101
"--install_name", // Apple only
102+
"--build-id",
102103
nullptr
103104
};
104105

0 commit comments

Comments
 (0)