From d5cf7650b6bcfa5d81321661fa300763660d31ab Mon Sep 17 00:00:00 2001 From: Michael McGeagh Date: Thu, 3 Dec 2020 13:53:56 +0000 Subject: 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 Change-Id: I09034478a14c37d30874d5182a096591dfdd6eb2 --- README.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 214b10ec..12abc610 100644 --- a/README.md +++ b/README.md @@ -104,16 +104,6 @@ If you plan to contribute to the Vela project (highly encouraged!) then it is recommended to install Vela along with the pre-commit tools (see [Vela Testing](TESTING.md) for more details). -### `mlw_codec` - -As part of the installation process, Vela will compile a C based module. - -The build flags used for this module are as follows: - -```none --Wall -Werror -Wno-unused-function -Wno-unused-variable -``` - ## Running Vela is run with an input `.tflite` file passed on the command line. This file -- cgit v1.2.1