mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
doc/cmake: document cmakeBuildType
This commit is contained in:
parent
95e269b467
commit
b81f3da181
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -2336,6 +2336,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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue