We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6cfc0 commit 0f15d47Copy full SHA for 0f15d47
src/goto-cc/ld_cmdline.cpp
@@ -71,16 +71,28 @@ const char *ld_options_with_argument[]=
71
"-Y",
72
"--assert",
73
"--defsym",
74
+ "--file-alignment",
75
"--fini",
76
"--hash-size",
77
+ "--heap",
78
+ "--image-base",
79
"--init",
80
"--Map",
81
+ "--major-image-version",
82
+ "--major-os-version",
83
+ "--major-subsystem-version",
84
+ "--minor-image-version",
85
+ "--minor-os-version",
86
+ "--minor-subsystem-version",
87
"--oformat",
88
"--retain-symbols-file",
89
"--rpath",
90
"--rpath-link",
91
+ "--section-alignment",
92
"--sort-section",
93
"--spare-dynamic-tags",
94
+ "--stack",
95
+ "--subsystem",
96
"--task-link",
97
"--section-start",
98
"--Tbss",
0 commit comments