Add LTO support for Android Chromium.
This is to add support for a Link-Time Optimizations experiment in Android Chromium. As it is disabled by default, it won't change anything for most configurations. BUG=chromium:407544 R=andrew@webrtc.org, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21299004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7009 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -140,6 +140,15 @@ | ||||
|             'lpc_masking_model_neon.S', | ||||
|             'transform_neon.S', | ||||
|           ], | ||||
|           'conditions': [ | ||||
|             # Disable LTO in isac_neon target due to compiler bug | ||||
|             ['use_lto==1', { | ||||
|               'cflags!': [ | ||||
|                 '-flto', | ||||
|                 '-ffat-lto-objects', | ||||
|               ], | ||||
|             }], | ||||
|           ], | ||||
|         }, | ||||
|       ], | ||||
|     }], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 andrew@webrtc.org
					andrew@webrtc.org