summaryrefslogtreecommitdiff
path: root/xmake/languages/objc++
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/languages/objc++
parentb9685215fcd76bc92a20f0d534f65fa692a599ec (diff)
rewrite named flags for compiler
Diffstat (limited to 'xmake/languages/objc++')
-rwxr-xr-xxmake/languages/objc++/xmake.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua
index ee5e986ed..59d0ba0cc 100755
--- a/xmake/languages/objc++/xmake.lua
+++ b/xmake/languages/objc++/xmake.lua
@@ -54,6 +54,14 @@ language("objc++")
, "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("objc++")
, "target.linkdirs"
, "target.strip"
, "target.symbols"
+ , "option.strip"
+ , "option.symbols"
, "option.linkdirs"
, "platform.linkdirs"
, "config.links"