1
Plugins development / Re: ThreadSearch : documentation + others
« Last post by LETARTARE on Today at 11:40:40 am »Thank you for the correction in 'r-13665'.
When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Could be false positives. But if there is no way of knowing then there's always a risk it isn't.There is a way to approach actual risk value: look at positive flag risen. If there are "heuristic" only, this is b/s .
mkdir -p ~/devel/kicad/cb_build && cd ~/devel/kicad/cb_build && \
cmake \
-DOCC_INCLUDE_DIR="${MINGW_PREFIX}"/include/opencascade \
-DKICAD_BUILD_QA_TESTS=OFF \
-DNANODBC_DISABLE_ASYNC=1 \
-G"CodeBlocks - MinGW Makefiles" .. > log.txt