summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-25 00:00:23 +0800
committerruki <[email protected]>2016-07-25 00:00:23 +0800
commita111222736b15e22d69b81998df2f0131dd97f49 (patch)
treee9abda866394ef258fa97a24a190003161d9be95
parent978924a25137130915fb1c4a648f8f95009a2e19 (diff)
add -FS option
-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