summaryrefslogtreecommitdiff
path: root/xmake/languages/objc++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/languages/objc++/xmake.lua')
-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"