diff options
Diffstat (limited to 'lua/cmake/config.lua')
-rw-r--r-- | lua/cmake/config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua index 25ae976..a0cdf0c 100644 --- a/lua/cmake/config.lua +++ b/lua/cmake/config.lua @@ -67,8 +67,8 @@ local default_config = { choices = { debug = { short = "Debug", buildType = "Debug" }, release = { short = "Release", buildType = "Release" }, - relWithDebInfo = { short = "Release with debug info", buildType = "RelWithDebInfo" }, - minSizeRel = { short = "Minimal size releaze", buildType = "MinSizeRel" }, + relWithDebInfo = { short = "RelWithDebInfo", buildType = "RelWithDebInfo" }, + minSizeRel = { short = "MinSizeRel", buildType = "MinSizeRel" }, }, }, }, |