summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-06-15 00:04:44 +0100
committerVincent Sanders <vince@kyllikki.org>2020-06-15 00:21:06 +0100
commitd5d14df76bbb2b50727c00584effbc9f5e52ba4e (patch)
tree16ea08254e24abd9c42133f7a96177742472058c /Makefile
parent154a6b69870f215ae05f98daa4e2713aac706d36 (diff)
downloadnetsurf-d5d14df76bbb2b50727c00584effbc9f5e52ba4e.tar.gz
netsurf-d5d14df76bbb2b50727c00584effbc9f5e52ba4e.tar.bz2
initial implementation of split messages in c
functional but the compression switch still needs implementing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)