@@ -1089,8 +1089,6 @@ options! {
10891089 "allow the linker to link its default libraries (default: no)" ) ,
10901090 embed_bitcode: bool = ( true , parse_bool, [ TRACKED ] ,
10911091 "emit bitcode in rlibs (default: yes)" ) ,
1092- export_executable_symbols: bool = ( false , parse_bool, [ TRACKED ] ,
1093- "export symbols from executables, as if they were dynamic libraries" ) ,
10941092 extra_filename: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
10951093 "extra data to put in each output filename" ) ,
10961094 force_frame_pointers: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
@@ -1273,6 +1271,8 @@ options! {
12731271 an additional `.html` file showing the computed coverage spans.") ,
12741272 emit_stack_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
12751273 "emit a section containing stack size metadata (default: no)" ) ,
1274+ export_executable_symbols: bool = ( false , parse_bool, [ TRACKED ] ,
1275+ "export symbols from executables, as if they were dynamic libraries" ) ,
12761276 fewer_names: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
12771277 "reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) \
12781278 (default: no)") ,
0 commit comments