summaryrefslogtreecommitdiff
path: root/common_video/common_video.target.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_video/common_video.target.linux-x86.mk')
-rw-r--r--common_video/common_video.target.linux-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_video/common_video.target.linux-x86.mk b/common_video/common_video.target.linux-x86.mk
index 642d1818..a5c8550c 100644
--- a/common_video/common_video.target.linux-x86.mk
+++ b/common_video/common_video.target.linux-x86.mk
@@ -34,7 +34,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 \
@@ -147,7 +147,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 \