diff options
| author | ruki <[email protected]> | 2023-02-02 22:33:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-02 22:33:07 +0800 |
| commit | eb427b3a97c9dd8b73d0c3f28bf34df58f840cd8 (patch) | |
| tree | 0895d56164debe31d4e547f2f8715ff5812b10b7 /xmake/plugins/check/checker.lua | |
| parent | 947a170bddb00dd99ee332f6cd14443efcce0f59 (diff) | |
add optimize checker
Diffstat (limited to 'xmake/plugins/check/checker.lua')
| -rw-r--r-- | xmake/plugins/check/checker.lua | 1 |
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 |
