Browse Source

Remove /SYMBOLS flag

gingerBill 7 years ago
parent
commit
2a5beee88c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -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,