From 187cd5aa0943648257a371f319030e6af0d2fb79 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 7 Oct 2019 14:24:31 +0200 Subject: [PATCH] Add missing info in compil_options_symbols.txt --- Documentation/compil_options_symbols.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.