Add -export-linked-libs-file build flag.

This build flag writes a list of the libraries that were linked during the build to the specified file.
This commit is contained in:
Harold Brenes
2025-10-12 00:50:39 -04:00
parent de82f11710
commit 937161f68d
2 changed files with 73 additions and 0 deletions
+2
View File
@@ -575,6 +575,8 @@ struct BuildContext {
bool min_link_libs;
String export_linked_libs_path;
bool print_linker_flags;
RelocMode reloc_mode;