Turn off BUILD_TYPE_DEBUG to enable CI build amd64-win64-gcc-9 to pass.

modified:   Makefile
This commit is contained in:
John Reiser 2021-03-07 09:33:16 -08:00 committed by Markus F.X.J. Oberhumer
parent 0a69e7803b
commit cb60603950

View File

@ -9,7 +9,10 @@ MAKEFLAGS += -r
export SHELL = /bin/sh
# build configuration options for this Makefile
BUILD_TYPE_DEBUG ?= 1
# 2021-03-07 BUILD_TYPE_DEBUG is off because CI build amd64-win64-gcc-9
# fails because it lacks libsantizer.spec, which is required
# by -fsanitize=undefined which is turned on by BUILD_TYPE_DEBUG.
BUILD_TYPE_DEBUG ?= 0
BUILD_TYPE_SANITIZE ?= 0
BUILD_USE_DEPEND ?= 1