Kaydet (Commit) 82e1456e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove fsanitize=address from libgetuid.so makefile

Change-Id: I3d292638b76ed09d84df36d096f70c9496a23fdf
üst a916b6ff
......@@ -15,6 +15,8 @@ $(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))
# the library is used by LD_PRELOAD; make sure that we see the symbols ;-)
ifeq ($(COM),GCC)
$(eval $(call gb_Library_add_cflags,getuid,\
......
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