Fix option description for ASAN and TSAN options

This commit is contained in:
Ian McInerney 2023-02-15 12:06:05 +00:00
parent 05b68413f7
commit e3858294d4
1 changed files with 2 additions and 2 deletions

View File

@ -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