diff --git a/Documentation/compil_options_symbols.txt b/Documentation/compil_options_symbols.txt index d3422f690e..442788d890 100644 --- a/Documentation/compil_options_symbols.txt +++ b/Documentation/compil_options_symbols.txt @@ -45,7 +45,7 @@ KICAD_BUILD_QA_TESTS Default ON. BUILD_GITHUB_PLUGIN - Build the GITHUB_PLUGIN for pcbnew. + Build the GITHUB_PLUGIN for pcbnew to allow downloading libraries from Github repo. Default ON. 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) 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) KICAD_SANITIZE Build KiCad with sanitizer options.