Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 4bbacec1e9997f36bd814f5ccb94c3bd73e6d945..19a4287877caf45e332ce0b730138fd86a5e1d1f 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -186,6 +186,8 @@ |
'-Wpointer-arith', |
'-Wno-unused-parameter', |
+ # For now. Perhaps I should do what mtklein suggested and add skia_pic |
djsollen
2014/07/18 14:11:54
that seems like a good idea with a default to true
scroggo
2014/07/18 19:31:01
Uploaded a separate CL for that: https://coderevie
|
+ '-fPIC', |
], |
'cflags_cc': [ |
'-fno-rtti', |