aboutsummaryrefslogtreecommitdiff
path: root/ethosu/mlw_codec/makefile
diff options
context:
space:
mode:
authorMichael McGeagh <michael.mcgeagh@arm.com>2020-12-03 13:53:56 +0000
committerpatrik.gustavsson <patrik.gustavsson@arm.com>2020-12-07 14:56:13 +0000
commitd5cf7650b6bcfa5d81321661fa300763660d31ab (patch)
tree0d04503c6a2f43475888168a71c5e64b0071fd2c /ethosu/mlw_codec/makefile
parent6f72526b3c74c0e64075563be2ddf7f9708ad12c (diff)
downloadethos-u-vela-d5cf7650b6bcfa5d81321661fa300763660d31ab.tar.gz
vela: Modify CFLAGS for mlw_codec makefile
Fix signed/unsigned warning Removed from README.md as it adds no value. The standalone tool is not expected to be used by customers. Signed-off-by: Michael McGeagh <michael.mcgeagh@arm.com> Change-Id: I09034478a14c37d30874d5182a096591dfdd6eb2
Diffstat (limited to 'ethosu/mlw_codec/makefile')
-rw-r--r--ethosu/mlw_codec/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethosu/mlw_codec/makefile b/ethosu/mlw_codec/makefile
index 68eb0d94..aa214f9b 100644
--- a/ethosu/mlw_codec/makefile
+++ b/ethosu/mlw_codec/makefile
@@ -20,7 +20,8 @@
UNAME=$(shell uname -o)
-CFLAGS=-Wall -Werror -Wno-unused-function -Wno-unused-variable
+CFLAGS=-Wall -Werror -Wno-unused-variable
+CFLAGS+=-fwrapv -fstack-protector-strong -flto -fuse-linker-plugin -ffat-lto-objects
ifeq ($(DEBUG),1)
CFLAGS+=-g -O0 -DDEBUG