mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
Merge pull request #14616 from vinayakankugoyal/patch-1
Clarify build options in debugging documentation
This commit is contained in:
commit
c9fe290b30
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ In the development shell, set the `mesonBuildType` environment variable to `debu
|
|||
Then, proceed to build Nix as described in [Building Nix](./building.md).
|
||||
This will build Nix with debug symbols, which are essential for effective debugging.
|
||||
|
||||
It is also possible to build without debugging for faster build:
|
||||
It is also possible to build without optimization for faster build:
|
||||
|
||||
```console
|
||||
[nix-shell]$ NIX_HARDENING_ENABLE=$(printLines $NIX_HARDENING_ENABLE | grep -v fortify)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue