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

Filter out all -fsanitize= args when building libgetuid.so

Change-Id: Iaac0507c3f62c57a95a65972cba7575d04bd177e
üst 88b4abbb
......@@ -15,7 +15,7 @@ $(eval $(call gb_Library_add_defs,getuid,\
))
endif
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktarget,getuid)) : gb_CC := $(filter-out -fsanitize=address,$(gb_CC))
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktarget,getuid)) : gb_CC := $(filter-out -fsanitize=%,$(gb_CC))
# the library is used by LD_PRELOAD; make sure that we see the symbols ;-)
ifeq ($(COM),GCC)
......
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