doc/cmake: document cmakeBuildType (#442334)

This commit is contained in:
Sebastián Mancilla
2025-10-19 21:25:44 +00:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -30,6 +30,14 @@ This setting has no tangible effect when running the build in a sandboxed deriva
The default value is `build`.
#### `cmakeBuildType` {#cmake-build-type}
Build type of cmake output.
Internally populates the `CMAKE_BUILD_TYPE` cmake flag.
The default value is `Release`.
#### `dontUseCmakeConfigure` {#dont-use-cmake-configure}
When set to true, don't use the predefined `cmakeConfigurePhase`.

View File

@@ -2369,6 +2369,9 @@
"cmake-build-dir": [
"index.html#cmake-build-dir"
],
"cmake-build-type": [
"index.html#cmake-build-type"
],
"dont-use-cmake-configure": [
"index.html#dont-use-cmake-configure"
],