Index: ppapi/native_client/src/trusted/plugin/plugin.gypi |
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gypi b/ppapi/native_client/src/trusted/plugin/plugin.gypi |
index 27ee36a8687cd84b5dc6a7a591557ab3cbb08c7f..c59c6ec051a773e66b08917773a74225c641df25 100644 |
--- a/ppapi/native_client/src/trusted/plugin/plugin.gypi |
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi |
@@ -41,7 +41,7 @@ |
'-Wno-unused-parameter', # be a bit stricter to match NaCl flags. |
], |
'conditions': [ |
- ['asan!=1 and msan!=1', { |
+ ['asan!=1 and msan!=1 and ubsan_vptr!=1', { |
'ldflags': [ |
# Catch unresolved symbols. |
'-Wl,-z,defs', |