diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 32cc5fbff..35983d1db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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, |