Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-13 08:37:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 08:37:30 +0300
commitffe5b92325a2a75d691adfacac9b8259e5e6d577 (patch)
tree4ad0501d8aadcbdbf493b3f5af098797cc424ae6 /GNUmakefile
parent6873f47edea909061389b3d9037f8cdfed9b9231 (diff)
PyDoc: disable ASAN exit code for doc building
Prevented docs from building on any minor issue when ASAN was enabled.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 26d931ae664..13f8a558c3a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -455,6 +455,7 @@ update: .FORCE
# Simple version of ./doc/python_api/sphinx_doc_gen.sh with no PDF generation.
doc_py: .FORCE
+ ASAN_OPTIONS=halt_on_error=0 \
$(BLENDER_BIN) --background -noaudio --factory-startup \
--python doc/python_api/sphinx_doc_gen.py
cd doc/python_api ; sphinx-build -b html sphinx-in sphinx-out