From d218e8cbbc531ecda2621a877543e58d0b03fe6c Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 9 Aug 2011 12:54:43 +0000 Subject: Update to a 7-Aug-2011 release. Approved by: re (kib) --- contrib/one-true-awk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/one-true-awk/makefile') diff --git a/contrib/one-true-awk/makefile b/contrib/one-true-awk/makefile index f93f0a8..52c7424 100644 --- a/contrib/one-true-awk/makefile +++ b/contrib/one-true-awk/makefile @@ -30,7 +30,7 @@ CC = gcc -Wall -g CC = cc CC = gcc -Wall -g -Wwrite-strings CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov -CC = gcc -O4 +CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing YACC = bison -y YACC = yacc -- cgit v1.1