mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-17 16:31:25 -07:00
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:
@@ -575,6 +575,8 @@ struct BuildContext {
|
||||
|
||||
bool min_link_libs;
|
||||
|
||||
String export_linked_libs_path;
|
||||
|
||||
bool print_linker_flags;
|
||||
|
||||
RelocMode reloc_mode;
|
||||
|
||||
Reference in New Issue
Block a user