summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-08-09 12:54:43 +0000
committerru <ru@FreeBSD.org>2011-08-09 12:54:43 +0000
commitd218e8cbbc531ecda2621a877543e58d0b03fe6c (patch)
tree079bb7a8384dfb47f51838c84776481fb07cf770 /contrib/one-true-awk/makefile
parent95c58b7fb18fe9d1c2f2cfcb59238e78388050f6 (diff)
downloadFreeBSD-src-d218e8cbbc531ecda2621a877543e58d0b03fe6c.zip
FreeBSD-src-d218e8cbbc531ecda2621a877543e58d0b03fe6c.tar.gz
Update to a 7-Aug-2011 release.
Approved by: re (kib)
Diffstat (limited to 'contrib/one-true-awk/makefile')
-rw-r--r--contrib/one-true-awk/makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud