Fix option description for ASAN and TSAN options
This commit is contained in:
parent
05b68413f7
commit
e3858294d4
|
@ -95,12 +95,12 @@ option( KICAD_I18N_UNIX_STRICT_PATH
|
|||
|
||||
# Not supported by all platforms (for instance mingw)
|
||||
option( KICAD_SANITIZE_ADDRESS
|
||||
"Build KiCad with sanitizer options. WARNING: Not compatible with gold linker"
|
||||
"Build KiCad with address sanitizer options. WARNING: Not compatible with gold linker"
|
||||
OFF )
|
||||
|
||||
# Not supported by all platforms (for instance mingw)
|
||||
option( KICAD_SANITIZE_THREADS
|
||||
"Build KiCad with sanitizer options. WARNING: Not compatible with gold linker"
|
||||
"Build KiCad with thread sanitizer options. WARNING: Not compatible with gold linker"
|
||||
OFF )
|
||||
|
||||
option( KICAD_SIGNAL_INTEGRITY
|
||||
|
|
Loading…
Reference in New Issue