diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-24 09:42:51 -0400 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-24 09:42:51 -0400 |
| commit | 961eec1fb550c90fa9ae09eebc42dd072f1b7718 (patch) | |
| tree | 39af0e374a2e5805a5d15dfdc5d5bec0983ec3d5 /makefile | |
| parent | 6589208eaf7e7da73a5a3fe8420c37c970206edc (diff) | |
| download | platform_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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
