From 65743aaf58cbfcbb1c97b62bd29b8a9e216cb012 Mon Sep 17 00:00:00 2001 From: "senorblanco@chromium.org" Date: Wed, 21 Dec 2011 20:09:58 +0000 Subject: Turn on max optimization for the skia libs. BUG=none TEST=none Review URL: http://codereview.chromium.org/8965045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115378 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/skia.gyp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'skia') diff --git a/skia/skia.gyp b/skia/skia.gyp index 2df7885..f15ab0c 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -7,6 +7,9 @@ { 'target_name': 'skia', 'type': '<(component)', + 'variables': { + 'optimize': 'max', + }, 'sources': [ #'../third_party/skia/src/animator/SkAnimate.h', #'../third_party/skia/src/animator/SkAnimateActive.cpp', @@ -982,6 +985,9 @@ { 'target_name': 'skia_opts', 'type': 'static_library', + 'variables': { + 'optimize': 'max', + }, 'include_dirs': [ '..', 'config', @@ -1065,6 +1071,9 @@ { 'target_name': 'skia_libtess', 'type': 'static_library', + 'variables': { + 'optimize': 'max', + }, 'include_dirs': [ '../third_party/skia/third_party/glu', ], -- cgit v1.1