File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ pydebug: ## Build a debug python including address sanitizer. Extensions it bui
268268 set -x && cd " $( PYDEBUG_DIR) " && find . -delete && \
269269 curl https://www.python.org/ftp/python/` echo $( PYDEBUG_VER) | sed ' s/[abr].*//' ` /Python-$(PYDEBUG_VER ) .tar.xz | tar xfJ - && \
270270 cd Python-$(PYDEBUG_VER ) && \
271- ./configure --with-address-sanitizer --with-undefined-behavior-sanitizer --without-pymalloc --with-pydebug --prefix=" $( PYDEBUG_DIR) " \
271+ ./configure --with-address-sanitizer --with-undefined-behavior-sanitizer --with-strict-overflow \
272+ --without-pymalloc --with-pydebug --prefix=" $( PYDEBUG_DIR) " \
272273 --without-freelists --with-assertions && \
273274 env ASAN_OPTIONS=detect_leaks=false $(MAKE ) -j install
274275 $(MAKE ) dev-depends PYTHON=$(PYDEBUG_DIR ) /bin/python3
You can’t perform that action at this time.
0 commit comments