Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 4c1a702033254e5a18779ff0256a7bb406a342a5..83223fee9a141e667c214f3294b9681540458464 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -575,9 +575,11 @@ |
'cflags': [ |
'-fsanitize=memory', |
'-fsanitize-memory-track-origins=<(msan_track_origins)', |
+ '-fPIC', |
Nico
2015/11/26 15:11:22
upstream we added comments to remind us to remove
|
], |
'ldflags': [ |
'-fsanitize=memory', |
+ '-pie', |
], |
'defines': [ |
'MEMORY_SANITIZER', |