Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: experimental/skpdiff/skpdiff.gyp

Issue 19107002: improve convolve speed of skpdiff using direct pointers (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« experimental/skpdiff/SkPMetric.cpp ('K') | « experimental/skpdiff/SkPMetric.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/skpdiff.gyp
diff --git a/experimental/skpdiff/skpdiff.gyp b/experimental/skpdiff/skpdiff.gyp
index 0cb0d66c05fa630788745579abd14dd71aec27dd..39e4094fe3bae7dfb916edfd835bd987af740e16 100644
--- a/experimental/skpdiff/skpdiff.gyp
+++ b/experimental/skpdiff/skpdiff.gyp
@@ -23,6 +23,9 @@
'dependencies': [
'../../gyp/skia_lib.gyp:skia_lib',
],
+ 'cflags': [
+ '-O3',
+ ],
'link_settings': {
'libraries': [
'-lOpenCL',
« experimental/skpdiff/SkPMetric.cpp ('K') | « experimental/skpdiff/SkPMetric.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698