From d5d14df76bbb2b50727c00584effbc9f5e52ba4e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 15 Jun 2020 00:04:44 +0100 Subject: initial implementation of split messages in c functional but the compression switch still needs implementing --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae1325fb9..9aee14789 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,9 @@ VQ=@ # Override this only if the host compiler is called something different BUILD_CC := cc +BUILD_CFLAGS = -g -W -Wall -Wundef -Wpointer-arith -Wcast-align \ + -Wwrite-strings -Wmissing-declarations -Wuninitialized \ + -Wno-unused-parameter ifeq ($(TARGET),riscos) ifeq ($(HOST),riscos) -- cgit v1.2.3