mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 23:14:59 -07:00
Default to "smart" linker behaviour; Add -min-link-libs to use minimize link libs if wanted
This commit is contained in:
@@ -412,7 +412,9 @@ struct BuildContext {
|
||||
|
||||
bool dynamic_map_calls;
|
||||
|
||||
bool obfuscate_source_code_locations;
|
||||
bool obfuscate_source_code_locations;
|
||||
|
||||
bool min_link_libs;
|
||||
|
||||
RelocMode reloc_mode;
|
||||
bool disable_red_zone;
|
||||
|
||||
Reference in New Issue
Block a user