2022-02-04 17:16:11 +08:00
|
|
|
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
|
2024-01-20 03:58:51 +08:00
|
|
|
index 64b6eae..66258ca 100644
|
2022-02-04 17:16:11 +08:00
|
|
|
--- a/src/build-data/cc/msvc.txt
|
|
|
|
+++ b/src/build-data/cc/msvc.txt
|
2024-01-20 03:58:51 +08:00
|
|
|
@@ -20,10 +20,10 @@ optimization_flags "/O2 /Oi"
|
2022-02-04 17:16:11 +08:00
|
|
|
size_optimization_flags "/O1 /Os"
|
|
|
|
|
2024-01-20 03:58:51 +08:00
|
|
|
# for debug info in the object file (required if using sccache):
|
2022-02-04 17:16:11 +08:00
|
|
|
-#debug_info_flags "/Z7"
|
|
|
|
+debug_info_flags "/Z7"
|
|
|
|
|
|
|
|
# for using a PDB file:
|
|
|
|
-debug_info_flags "/Zi /FS"
|
|
|
|
+#debug_info_flags "/Zi /FS"
|
|
|
|
|
|
|
|
preproc_flags "/nologo /EP"
|
|
|
|
|