diff options
| author | ruki <[email protected]> | 2017-01-26 13:55:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-26 13:55:23 +0800 |
| commit | ca3f925d00366c8b478d63886245307567682aaa (patch) | |
| tree | 1436434640fc1876996e8fbe9d0caf6c81f247a3 /xmake/tools/gcc.lua | |
| parent | b9685215fcd76bc92a20f0d534f65fa692a599ec (diff) | |
rewrite named flags for compiler
Diffstat (limited to 'xmake/tools/gcc.lua')
| -rwxr-xr-x | xmake/tools/gcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/gcc.lua b/xmake/tools/gcc.lua index 478529089..5e2fc3712 100755 --- a/xmake/tools/gcc.lua +++ b/xmake/tools/gcc.lua @@ -89,7 +89,7 @@ function strip(level) end -- make the symbol flag -function symbol(level, symbolfile) +function symbol(level) -- the maps local maps = |
