summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/config/main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index f8c748876..522911965 100644
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/main.lua
@@ -41,11 +41,13 @@ function _option_filter(name)
target = true
, file = true
, root = true
+ , yes = true
, quiet = true
, profile = true
, project = true
, verbose = true
, backtrace = true
+ , require = true
}
return not options[name]
end