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/ar.lua | |
| parent | ac2b15dd34b40f1cf24d91856192b26cd772686e (diff) | |
enable pdb for windows
Diffstat (limited to 'xmake/tools/ar.lua')
| -rw-r--r-- | xmake/tools/ar.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/tools/ar.lua b/xmake/tools/ar.lua index d7d37acbc..d745a6c33 100644 --- a/xmake/tools/ar.lua +++ b/xmake/tools/ar.lua @@ -58,6 +58,11 @@ function strip(level) return maps[level] or "" end +-- make the symbol flag +function symbol(level, symbolfile) + return "" +end + -- make the archive command function archivecmd(objectfiles, targetfile, flags) |
