aboutsummaryrefslogtreecommitdiff
path: root/ots.target.linux-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ots.target.linux-arm64.mk')
-rw-r--r--ots.target.linux-arm64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ots.target.linux-arm64.mk b/ots.target.linux-arm64.mk
index 35788d2..e8c4573 100644
--- a/ots.target.linux-arm64.mk
+++ b/ots.target.linux-arm64.mk
@@ -62,7 +62,7 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -150,7 +150,7 @@ LOCAL_CPPFLAGS_Debug := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \