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

Unified Diff: experimental/webtry/templates/template.gyp

Issue 578013003: fixes to linux build for webtry (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix linux run; don't try to mix SK_DEBUG with a release build! Created 6 years, 3 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 | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/template.gyp
diff --git a/experimental/webtry/templates/template.gyp b/experimental/webtry/templates/template.gyp
index d0e7ecd99074fb5cea203acffcf94f90a98f47e3..d0486dced4fea8d1f6c47f13ce1b0f5c1ab811a0 100644
--- a/experimental/webtry/templates/template.gyp
+++ b/experimental/webtry/templates/template.gyp
@@ -5,6 +5,9 @@
'Debug': { },
'Release': { }
},
+ 'cflags!': [
+ '-Werror'
+ ],
'target_name': '{{.Hash}}',
'type': 'executable',
'dependencies': [
@@ -26,12 +29,6 @@
'src/{{.Hash}}.cpp',
'../skia/experimental/webtry/main.cpp'
],
- 'ldflags': [
- '-lskia', '-stdlib=libc++', '-std=c++11'
- ],
- 'cflags': [
- '-Werror', '-W', '-Wall', '-Wextra', '-Wno-unused-parameter', '-g', '-O0'
- ]
}
]
}
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698