summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-02 22:33:07 +0800
committerruki <[email protected]>2023-02-02 22:33:07 +0800
commiteb427b3a97c9dd8b73d0c3f28bf34df58f840cd8 (patch)
tree0895d56164debe31d4e547f2f8715ff5812b10b7 /xmake/plugins/check/checker.lua
parent947a170bddb00dd99ee332f6cd14443efcce0f59 (diff)
add optimize checker
Diffstat (limited to 'xmake/plugins/check/checker.lua')
-rw-r--r--xmake/plugins/check/checker.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/check/checker.lua b/xmake/plugins/check/checker.lua
index 6a5f6276d..1b1f15813 100644
--- a/xmake/plugins/check/checker.lua
+++ b/xmake/plugins/check/checker.lua
@@ -28,6 +28,7 @@ function checkers()
checkers = {
-- target api checkers
["api.target.version"] = {description = "Check version configuration in target."},
+ ["api.target.optimize"] = {description = "Check optimize configuration in target."},
["api.target.languages"] = {description = "Check languages configuration in target."},
["api.target.packages"] = {description = "Check packages configuration in target."},
-- clang tidy checker