Index: gyp/common_conditions.gypi |
=================================================================== |
--- gyp/common_conditions.gypi (revision 13431) |
+++ gyp/common_conditions.gypi (working copy) |
@@ -142,6 +142,14 @@ |
'-Werror', |
], |
}], |
+ [ 'skia_disable_inlining', { |
scroggo
2014/02/13 17:46:18
Why does this depend on being on a linux-ish OS?
mtklein
2014/02/13 17:55:39
Maybe tack on # Handy for profiling. ?
|
+ 'cflags': [ |
+ '-fno-inline', |
+ '-fno-default-inline', |
+ '-finline-limit=0', |
+ '-fno-omit-frame-pointer', |
+ ], |
+ }], |
[ 'skia_arch_type == "arm" and arm_thumb == 1', { |
'cflags': [ |
'-mthumb', |