mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 00:15:17 +00:00
[#3919] Spelling
This commit is contained in:
committed by
Andrei Pavel
parent
fa61ab16b1
commit
86d582803a
@@ -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.
|
||||
|
Reference in New Issue
Block a user