summaryrefslogtreecommitdiff
path: root/modules/video_render_module.target.linux-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_render_module.target.linux-arm64.mk')
-rw-r--r--modules/video_render_module.target.linux-arm64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/video_render_module.target.linux-arm64.mk b/modules/video_render_module.target.linux-arm64.mk
index a5e3a505..aa51a96b 100644
--- a/modules/video_render_module.target.linux-arm64.mk
+++ b/modules/video_render_module.target.linux-arm64.mk
@@ -32,7 +32,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 \
@@ -141,7 +141,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 \