mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
fix linker not having "no optimization" command line argument available
This commit is contained in:
parent
0ede5b30d4
commit
95b2e4b851
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user