mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Remove /SYMBOLS flag
This commit is contained in:
@@ -795,7 +795,7 @@ int main(int arg_count, char **arg_ptr) {
|
||||
}
|
||||
|
||||
if (build_context.debug) {
|
||||
link_settings = gb_string_append_fmt(link_settings, " /DEBUG /SYMBOLS");
|
||||
link_settings = gb_string_append_fmt(link_settings, " /DEBUG");
|
||||
}
|
||||
|
||||
exit_code = system_exec_command_line_app("msvc-link", true,
|
||||
|
||||
Reference in New Issue
Block a user