summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmake/tools/cl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/cl.lua b/xmake/tools/cl.lua
index 991ec5ef0..3ba31f18f 100755
--- a/xmake/tools/cl.lua
+++ b/xmake/tools/cl.lua
@@ -92,7 +92,7 @@ function symbol(level, symbolfile)
-- debug? generate *.pdb file
if level == "debug" then
if symbolfile then
- return "-ZI -Fd" .. symbolfile
+ return "-ZI -FS -Fd" .. symbolfile
else
return "-ZI"
end