summaryrefslogtreecommitdiff
path: root/Source/web/blink_web.target.linux-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/blink_web.target.linux-arm.mk')
-rw-r--r--Source/web/blink_web.target.linux-arm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/web/blink_web.target.linux-arm.mk b/Source/web/blink_web.target.linux-arm.mk
index 0194ed524..f360da1fd 100644
--- a/Source/web/blink_web.target.linux-arm.mk
+++ b/Source/web/blink_web.target.linux-arm.mk
@@ -211,7 +211,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -367,7 +367,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \