diff options
| author | ruki <[email protected]> | 2016-07-25 00:00:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-25 00:00:23 +0800 |
| commit | a111222736b15e22d69b81998df2f0131dd97f49 (patch) | |
| tree | e9abda866394ef258fa97a24a190003161d9be95 | |
| parent | 978924a25137130915fb1c4a648f8f95009a2e19 (diff) | |
add -FS option
| -rwxr-xr-x | xmake/tools/cl.lua | 2 |
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 |
