aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-24 09:42:51 -0400
committerArnold D. Robbins <arnold@skeeve.com>2019-10-24 09:42:51 -0400
commit961eec1fb550c90fa9ae09eebc42dd072f1b7718 (patch)
tree39af0e374a2e5805a5d15dfdc5d5bec0983ec3d5 /makefile
parent6589208eaf7e7da73a5a3fe8420c37c970206edc (diff)
downloadplatform_external_one-true-awk-961eec1fb550c90fa9ae09eebc42dd072f1b7718.tar.gz
platform_external_one-true-awk-961eec1fb550c90fa9ae09eebc42dd072f1b7718.tar.bz2
platform_external_one-true-awk-961eec1fb550c90fa9ae09eebc42dd072f1b7718.zip
Additional fixes after merge of PR 53.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index afaa02f..1843444 100644
--- a/makefile
+++ b/makefile
@@ -30,7 +30,7 @@ CFLAGS = -O2
#CC = gcc -Wall -g -Wwrite-strings
#CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
#CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
-HOSTCC = gcc -g -Wall -pedantic
+HOSTCC = gcc -g -Wall -pedantic -Wcast-qual
CC = $(HOSTCC) # change this is cross-compiling.
# yacc options. pick one; this varies a lot by system.