aboutsummaryrefslogtreecommitdiff
path: root/ethosu
diff options
context:
space:
mode:
authorMichael McGeagh <michael.mcgeagh@arm.com>2020-11-05 16:52:55 +0000
committerpatrik.gustavsson <patrik.gustavsson@arm.com>2020-11-11 13:08:24 +0000
commit7aa5aa4b520789331905ce2d35fe3d82dd5ac760 (patch)
tree69a79e1e866dc843729bd461d0a65435f276728f /ethosu
parente6ccd87a2f40877cacdd9721a5116a6853dfe573 (diff)
downloadethos-u-vela-7aa5aa4b520789331905ce2d35fe3d82dd5ac760.tar.gz
MLBEDSW-3380 Update readme with build flags
mlw_codec is part of the codebase and has build flags. README has been updated to include these. Also, added -Werror to the list, as we must build without any warnings, so treat warnings as errors. Signed-off-by: Michael McGeagh <michael.mcgeagh@arm.com> Change-Id: I10114bb013fad1ec1685fafc2e41c18ff12d9f9d
Diffstat (limited to 'ethosu')
-rw-r--r--ethosu/mlw_codec/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/mlw_codec/makefile b/ethosu/mlw_codec/makefile
index 6eb418d..68eb0d9 100644
--- a/ethosu/mlw_codec/makefile
+++ b/ethosu/mlw_codec/makefile
@@ -20,7 +20,7 @@
UNAME=$(shell uname -o)
-CFLAGS=-Wall -Wno-unused-function -Wno-unused-variable
+CFLAGS=-Wall -Werror -Wno-unused-function -Wno-unused-variable
ifeq ($(DEBUG),1)
CFLAGS+=-g -O0 -DDEBUG