mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
fix linker not having "no optimization" command line argument available
This commit is contained in:
@ -92,7 +92,8 @@ const CommandLineOption* const COMMAND_LINE_OPTIONS[]
|
||||
OPTION_GDT_SEARCH_PATH,
|
||||
OPTION_SOURCE_SEARCH_PATH,
|
||||
OPTION_LOAD,
|
||||
OPTION_MENU_PERMISSIVE
|
||||
OPTION_MENU_PERMISSIVE,
|
||||
OPTION_MENU_NO_OPTIMIZATION
|
||||
};
|
||||
|
||||
LinkerArgs::LinkerArgs()
|
||||
|
Reference in New Issue
Block a user