@@ -1089,8 +1089,6 @@ options! {
1089
1089
"allow the linker to link its default libraries (default: no)" ) ,
1090
1090
embed_bitcode: bool = ( true , parse_bool, [ TRACKED ] ,
1091
1091
"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" ) ,
1094
1092
extra_filename: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
1095
1093
"extra data to put in each output filename" ) ,
1096
1094
force_frame_pointers: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
@@ -1273,6 +1271,8 @@ options! {
1273
1271
an additional `.html` file showing the computed coverage spans.") ,
1274
1272
emit_stack_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
1275
1273
"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" ) ,
1276
1276
fewer_names: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
1277
1277
"reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) \
1278
1278
(default: no)") ,
0 commit comments