Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 51d3e572e67fe9d339bc812c0de02ec88be0b306..88933bb0a4a8f5ebd4fd351c4afdb8b9af65fe68 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3906,7 +3906,7 @@ |
}], |
['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', { |
'target_conditions' : [ |
- ['_toolset=="target"', { |
+ ['_toolset=="target" and _target_name!="crazy_linker"', { |
Nico
2014/05/27 09:12:07
# crazy_linker has an upstream gyp file we can't e
qsr
2014/05/27 09:22:44
Done.
|
'cflags': [ |
'-finstrument-functions', |
# Allow mmx intrinsics to inline, so that the |