Skip to content

Commit a6b89b4

Browse files
authored
Function sections for cached generic functions (#4034)
1 parent 55f0a27 commit a6b89b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/generate_cached_generic_functions.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ let main filename =
6060
let unix = (module Unix : Compiler_owee.Unix_intf.S) in
6161
Clflags.native_code := true;
6262
Clflags.use_linscan := true;
63+
Clflags.function_sections := Config.function_sections;
6364
Compmisc.init_path ();
6465
let file_prefix = Filename.remove_extension filename ^ ext_lib in
6566
let genfns_partitions = Generic_fns.Cache.all () in

0 commit comments

Comments
 (0)