Skip to content

Commit c9fe290

Browse files
authored
Merge pull request #14616 from vinayakankugoyal/patch-1
Clarify build options in debugging documentation
2 parents 79dcc09 + 48c800f commit c9fe290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/source/development/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In the development shell, set the `mesonBuildType` environment variable to `debu
1515
Then, proceed to build Nix as described in [Building Nix](./building.md).
1616
This will build Nix with debug symbols, which are essential for effective debugging.
1717

18-
It is also possible to build without debugging for faster build:
18+
It is also possible to build without optimization for faster build:
1919

2020
```console
2121
[nix-shell]$ NIX_HARDENING_ENABLE=$(printLines $NIX_HARDENING_ENABLE | grep -v fortify)

0 commit comments

Comments
 (0)