summaryrefslogtreecommitdiff
path: root/modules/video_capture_module.target.linux-x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_capture_module.target.linux-x86_64.mk')
-rw-r--r--modules/video_capture_module.target.linux-x86_64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/video_capture_module.target.linux-x86_64.mk b/modules/video_capture_module.target.linux-x86_64.mk
index 01a7bef5..0a53adcd 100644
--- a/modules/video_capture_module.target.linux-x86_64.mk
+++ b/modules/video_capture_module.target.linux-x86_64.mk
@@ -33,7 +33,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -146,7 +146,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \