summaryrefslogtreecommitdiff
path: root/xmake/tools/go.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-26 13:55:23 +0800
committerruki <[email protected]>2017-01-26 13:55:23 +0800
commitca3f925d00366c8b478d63886245307567682aaa (patch)
tree1436434640fc1876996e8fbe9d0caf6c81f247a3 /xmake/tools/go.lua
parentb9685215fcd76bc92a20f0d534f65fa692a599ec (diff)
rewrite named flags for compiler
Diffstat (limited to 'xmake/tools/go.lua')
-rwxr-xr-xxmake/tools/go.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/go.lua b/xmake/tools/go.lua
index 3d5a62131..67450cf53 100755
--- a/xmake/tools/go.lua
+++ b/xmake/tools/go.lua
@@ -52,7 +52,7 @@ function strip(level)
end
-- make the symbol flag
-function symbol(level, symbolfile)
+function symbol(level)
return ""
end