From 7aa5aa4b520789331905ce2d35fe3d82dd5ac760 Mon Sep 17 00:00:00 2001 From: Michael McGeagh Date: Thu, 5 Nov 2020 16:52:55 +0000 Subject: 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 Change-Id: I10114bb013fad1ec1685fafc2e41c18ff12d9f9d --- ethosu/mlw_codec/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu') diff --git a/ethosu/mlw_codec/makefile b/ethosu/mlw_codec/makefile index 6eb418dd..68eb0d94 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 -- cgit v1.2.1