Kaydet (Commit) d7ea9b44 authored tarafından Caolán McNamara's avatar Caolán McNamara

for oss-fuzz check LDFLAGS for -fsanitize too

Change-Id: I3de0776060c88c3f5705c67ea32ea1843876553e
üst ed7e1fd5
......@@ -9,7 +9,7 @@
gb__LinkTarget_LDFLAGS_zdefs := -Wl,-z,defs
ifeq ($(COM_IS_CLANG),TRUE)
ifneq ($(filter -fsanitize=%,$(CC)),)
ifneq ($(filter -fsanitize=%,$(CC) $(LDFLAGS)),)
gb__LinkTarget_LDFLAGS_zdefs :=
endif
endif
......
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