summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/tools/link.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-05 17:04:07 +0800
committerruki <[email protected]>2015-06-05 17:04:07 +0800
commit6222a6ede3f06a0c67eccf0225d0ffb88cf9d4c8 (patch)
tree84bd3b55fa14113db97f956faecfff424688222e /xmake/scripts/platform/windows/tools/link.lua
parent411e3138ec53ab99c73f0124ef93ac98d746cdc9 (diff)
add optimize flags
Diffstat (limited to 'xmake/scripts/platform/windows/tools/link.lua')
-rw-r--r--xmake/scripts/platform/windows/tools/link.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/scripts/platform/windows/tools/link.lua b/xmake/scripts/platform/windows/tools/link.lua
index 5ccd8945e..e08d314a7 100644
--- a/xmake/scripts/platform/windows/tools/link.lua
+++ b/xmake/scripts/platform/windows/tools/link.lua
@@ -77,13 +77,6 @@ function link.flag_linkdir(linkdir)
return "-libpath:" .. linkdir
end
--- map gcc flag to the current compiler flag
-function link.flag_map(flag)
-
- -- ok
- return flag
-end
-
-- the main function
function link.main(...)