From 017aea4a93318a09e0137190ae72302b8257d3b1 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Feb 2021 23:56:20 +0800 Subject: improve builder and languages --- xmake/languages/asm/xmake.lua | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'xmake/languages/asm/xmake.lua') diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua index d184ac4d7..a57790027 100644 --- a/xmake/languages/asm/xmake.lua +++ b/xmake/languages/asm/xmake.lua @@ -59,21 +59,10 @@ language("asm") , "target.includedirs" , "target.defines" , "target.undefines" - , "option.symbols" - , "option.warnings" - , "option.optimize:check" - , "option.vectorexts:check" - , "option.languages" - , "option.includedirs" - , "option.defines" - , "option.undefines" - , "option.defines_if_ok" - , "option.undefines_if_ok" , "toolchain.includedirs" , "toolchain.defines" , "toolchain.undefines" , "target.sysincludedirs" - , "option.sysincludedirs" , "toolchain.sysincludedirs" } , binary = @@ -83,15 +72,10 @@ language("asm") , "target.rpathdirs" , "target.strip" , "target.symbols" - , "option.strip" - , "option.symbols" - , "option.linkdirs" - , "option.rpathdirs" , "toolchain.linkdirs" , "toolchain.rpathdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" } , shared = @@ -100,17 +84,12 @@ language("asm") , "target.linkdirs" , "target.strip" , "target.symbols" - , "option.strip" - , "option.symbols" - , "option.linkdirs" , "toolchain.linkdirs" , "config.links" , "target.links" - , "option.links" , "toolchain.links" , "config.syslinks" , "target.syslinks" - , "option.syslinks" , "toolchain.syslinks" } , static = -- cgit v1.3.1