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

Unified Diff: gyp/common_variables.gypi

Issue 189963004: Fix the rendering error of SkDraw::drawVertices in gpu path for solid color (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: drawVertices should stroke hairlines if both textures and colors are NULL Created 6 years, 7 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
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | include/core/SkVertState.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 2add2ee735d529b553a9e3a4600c007137e527b0..fee31f99f9d57b5a29c45c4b207f7bb829dd950a 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -149,7 +149,7 @@
# These variables determine the default optimization level for different
# compilers.
'skia_default_vs_optimization_level': 3, # full (/Ox)
- 'skia_default_gcc_optimization_level': 3, # -O3
+ 'skia_default_gcc_optimization_level': 0, # -O3
bsalomon 2014/05/15 13:13:33 is this an accident?
yunchao 2014/05/15 14:15:53 Yeah, just for debugging... Will remove it.
},
'conditions': [
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | include/core/SkVertState.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698