mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user