Add missing info in compil_options_symbols.txt
This commit is contained in:
parent
58d4a8bb4a
commit
187cd5aa09
|
@ -45,7 +45,7 @@ KICAD_BUILD_QA_TESTS
|
||||||
Default ON.
|
Default ON.
|
||||||
|
|
||||||
BUILD_GITHUB_PLUGIN
|
BUILD_GITHUB_PLUGIN
|
||||||
Build the GITHUB_PLUGIN for pcbnew.
|
Build the GITHUB_PLUGIN for pcbnew to allow downloading libraries from Github repo.
|
||||||
Default ON.
|
Default ON.
|
||||||
|
|
||||||
KICAD_SPICE
|
KICAD_SPICE
|
||||||
|
@ -66,6 +66,13 @@ BUILD_SMALL_DEBUG_FILES
|
||||||
there are less info in debug (However the file names and line numbers are available)
|
there are less info in debug (However the file names and line numbers are available)
|
||||||
Default OFF.
|
Default OFF.
|
||||||
|
|
||||||
|
MAINTAIN_PNGS
|
||||||
|
Allow build/rebuild bitmap icons used in menus from the corresponding .svg file.
|
||||||
|
Set to true if you are a PNG maintainer and have the required tools given
|
||||||
|
in the bitmaps_png/CMakeLists.txt file
|
||||||
|
Default OFF.
|
||||||
|
|
||||||
|
|
||||||
# Not supported by all platforms (for instance mingw)
|
# Not supported by all platforms (for instance mingw)
|
||||||
KICAD_SANITIZE
|
KICAD_SANITIZE
|
||||||
Build KiCad with sanitizer options.
|
Build KiCad with sanitizer options.
|
||||||
|
|
Loading…
Reference in New Issue