@@ -1042,8 +1042,6 @@ options! {
10421042 "allow the linker to link its default libraries (default: no)" ) ,
10431043 embed_bitcode: bool = ( true , parse_bool, [ TRACKED ] ,
10441044 "emit bitcode in rlibs (default: yes)" ) ,
1045- export_executable_symbols: bool = ( false , parse_bool, [ TRACKED ] ,
1046- "export symbols from executables, as if they were dynamic libraries" ) ,
10471045 extra_filename: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
10481046 "extra data to put in each output filename" ) ,
10491047 force_frame_pointers: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
@@ -1232,6 +1230,8 @@ options! {
12321230 an additional `.html` file showing the computed coverage spans.") ,
12331231 emit_stack_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
12341232 "emit a section containing stack size metadata (default: no)" ) ,
1233+ export_executable_symbols: bool = ( false , parse_bool, [ TRACKED ] ,
1234+ "export symbols from executables, as if they were dynamic libraries" ) ,
12351235 fewer_names: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
12361236 "reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) \
12371237 (default: no)") ,
0 commit comments