Filter out all -fsanitize= args when building libgetuid.so
Change-Id: Iaac0507c3f62c57a95a65972cba7575d04bd177e
This commit is contained in:
parent
88b4abbb80
commit
b0080192e5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue