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/c++/xmake.lua | |
| parent | b9685215fcd76bc92a20f0d534f65fa692a599ec (diff) | |
rewrite named flags for compiler
Diffstat (limited to 'xmake/languages/c++/xmake.lua')
| -rwxr-xr-x | xmake/languages/c++/xmake.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua index 0f32ea204..a756de4df 100755 --- a/xmake/languages/c++/xmake.lua +++ b/xmake/languages/c++/xmake.lua @@ -54,6 +54,14 @@ language("c++") , "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" @@ -66,6 +74,8 @@ language("c++") , "target.linkdirs" , "target.strip" , "target.symbols" + , "option.strip" + , "option.symbols" , "option.linkdirs" , "platform.linkdirs" , "config.links" |
