2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00
This commit is contained in:
Francis Dupont
2025-06-20 12:44:51 +02:00
committed by Andrei Pavel
parent fa61ab16b1
commit 86d582803a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ to `meson setup`, it passes one of these flags to the compiler: `-g`.
Some compilers don't document some of the flags, such as clang for
-g3. However, practice shows that clang behaves the same way as g++
in that regard. As an experiment, providing -g4 results in
`error: unknown argument: '-g4'`, but providing -g3 succesfully
`error: unknown argument: '-g4'`, but providing -g3 successfully
compiles, and supposedly puts it into effect.
Disabling optimizations via `-O0` is also recommended for debugging.