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 55f0a27 commit a6b89b4Copy full SHA for a6b89b4
tools/generate_cached_generic_functions.ml
@@ -60,6 +60,7 @@ let main filename =
60
let unix = (module Unix : Compiler_owee.Unix_intf.S) in
61
Clflags.native_code := true;
62
Clflags.use_linscan := true;
63
+ Clflags.function_sections := Config.function_sections;
64
Compmisc.init_path ();
65
let file_prefix = Filename.remove_extension filename ^ ext_lib in
66
let genfns_partitions = Generic_fns.Cache.all () in
0 commit comments