Index: Makefile.nacl |
diff --git a/Makefile.nacl b/Makefile.nacl |
index 0c98021ed1e234c1a8a4bf8cd0bac17d5245145b..0d053b116125ee6a9f24b0186dc9706be9a8d4e8 100644 |
--- a/Makefile.nacl |
+++ b/Makefile.nacl |
@@ -93,4 +93,5 @@ $(NACL_MAKEFILES): |
CXX=${NACL_CXX} \ |
build/gyp/gyp --generator-output="${OUTDIR}" build/all.gyp \ |
-Ibuild/standalone.gypi --depth=. \ |
- -S.$(subst .,,$(suffix $@)) $(GYPFLAGS) |
+ -S.$(subst .,,$(suffix $@)) $(GYPFLAGS) \ |
+ -Dwno_array_bounds=-Wno-array-bounds |