Kaydet (Commit) 6a150d77 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.bin

Change-Id: I7b08b7b6376db29b392243f24f6ad3ccf2ee8655
üst f9632ab0
......@@ -81,7 +81,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
$(if $(SYSBASE), -I$(SYSBASE)/usr/include) \
)" \
$(if $(python3_cflags),CFLAGS='$(python3_cflags)') \
$(if $(filter -fsanitize=address,$(CC)),LINKCC="$(CXX)") \
$(if $(filter -fsanitize=%,$(CC)),LINKCC="$(CXX)") \
LDFLAGS="$(strip $(LDFLAGS) \
$(if $(SYSTEM_OPENSSL),,-L$(call gb_UnpackedTarball_get_dir,openssl)) \
$(if $(SYSTEM_EXPAT),,-L$(gb_StaticLibrary_WORKDIR)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment