diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 15:11:07 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 15:11:07 +0000 |
| commit | 2a5beee88c439fd3b7b9952f3f97341c693e84c5 (patch) | |
| tree | f3b4c7434d5cd66113fa0658ea9e34f04198c36b /src | |
| parent | cec9f7abfe55a70fc7e56960eda1870aee596cbb (diff) | |
Remove /SYMBOLS flag
Diffstat (limited to 'src')
| -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, |