From 2a5beee88c439fd3b7b9952f3f97341c693e84c5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 19 Nov 2017 15:11:07 +0000 Subject: [PATCH] Remove /SYMBOLS flag --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,