Unverified Commit b9dd76b5 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

doc/cmake: document cmakeBuildType (#442334)

parents 7c301b3a b81f3da1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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`.
+3 −0
Original line number Diff line number Diff line
@@ -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"
  ],