Browse Source

Fix option description for ASAN and TSAN options

newinvert
Ian McInerney 3 years ago
parent
commit
e3858294d4
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -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…
Cancel
Save