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' |
- ] |
} |
] |
} |