diff options
| author | ruki <[email protected]> | 2016-07-24 22:32:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-24 22:32:07 +0800 |
| commit | d03e84b7370c337dc121e4427d20e0948e977356 (patch) | |
| tree | 9155330f93c28befd8a8fa1f7508675d17c6cd8a /xmake/tools/swiftc.lua | |
| parent | ac2b15dd34b40f1cf24d91856192b26cd772686e (diff) | |
enable pdb for windows
Diffstat (limited to 'xmake/tools/swiftc.lua')
| -rw-r--r-- | xmake/tools/swiftc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/swiftc.lua b/xmake/tools/swiftc.lua index 596ea1801..e159e0ca4 100644 --- a/xmake/tools/swiftc.lua +++ b/xmake/tools/swiftc.lua @@ -75,7 +75,7 @@ function get(name) end -- make the symbol flag -function symbol(level) +function symbol(level, symbolfile) -- the maps local maps = |
