Index: ots-standalone.gyp |
diff --git a/ots-standalone.gyp b/ots-standalone.gyp |
old mode 100644 |
new mode 100755 |
index 90ab4ec7296524d044edf2b28dff02f0465d99ee..c8b8b946bead35b787989af82f85b87bf61bcbab |
--- a/ots-standalone.gyp |
+++ b/ots-standalone.gyp |
@@ -8,7 +8,7 @@ |
'-ggdb', |
'-W', |
'-Wall', |
- '-Werror', |
+ '-Wshadow', |
'-Wno-unused-parameter', |
'-fPIE', |
'-fstack-protector', |
@@ -24,10 +24,14 @@ |
'ots-common.gypi', |
], |
'target_defaults': { |
+ 'include_dirs': [ |
+ '.', |
+ ], |
'conditions': [ |
['OS=="linux"', { |
'cflags': [ |
'<@(gcc_cflags)', |
+ '-O', |
], |
'ldflags': [ |
'<@(gcc_ldflags)', |
@@ -67,7 +71,7 @@ |
}, |
}, |
'include_dirs': [ |
- 'third_party/zlib' |
+ 'third_party/zlib', |
], |
'defines': [ |
'NOMINMAX', # To suppress max/min macro definition. |
@@ -83,11 +87,8 @@ |
'sources': [ |
'<@(ots_sources)', |
], |
- 'defines': [ |
- 'OTS_DEBUG', |
- ], |
'dependencies': [ |
- 'third_party/lzma_sdk/lzma_sdk.gyp:ots_lzma_sdk', |
+ 'third_party/brotli/brotli.gyp:brotli', |
], |
'include_dirs': [ |
'<@(ots_include_dirs)', |