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/languages/asm/xmake.lua | |
| parent | b9685215fcd76bc92a20f0d534f65fa692a599ec (diff) | |
rewrite named flags for compiler
Diffstat (limited to 'xmake/languages/asm/xmake.lua')
| -rwxr-xr-x | xmake/languages/asm/xmake.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua index fa829df90..1cee85852 100755 --- a/xmake/languages/asm/xmake.lua +++ b/xmake/languages/asm/xmake.lua @@ -47,8 +47,20 @@ language("asm") , "target.warnings" , "target.optimize:check" , "target.vectorexts:check" + , "target.languages" + , "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" , "platform.includedirs" , "platform.defines" , "platform.undefines" @@ -59,6 +71,8 @@ language("asm") , "target.linkdirs" , "target.strip" , "target.symbols" + , "option.strip" + , "option.symbols" , "option.linkdirs" , "platform.linkdirs" , "config.links" |
