mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove /SYMBOLS flag
This commit is contained in:
+1
-1
@@ -795,7 +795,7 @@ int main(int arg_count, char **arg_ptr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (build_context.debug) {
|
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,
|
exit_code = system_exec_command_line_app("msvc-link", true,
|
||||||
|
|||||||
Reference in New Issue
Block a user