aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
commit32093f5bbf567525d88566a449a89c72d2845e7e (patch)
treee318357b7bf5a945f7cf9abd4bb9beb50f6c093a /makefile
parentba7569c255707801e91d04387fbcf22465b9181e (diff)
downloadone-true-awk-32093f5bbf567525d88566a449a89c72d2845e7e.tar.gz
Fix multiple long-standing bugs, improve test suite.
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index ff54372..8f5906f 100644
--- a/makefile
+++ b/makefile
@@ -26,13 +26,13 @@ CFLAGS = -g
CFLAGS = -O2
CFLAGS =
-CC = gcc -Wall -g -Wwrite-strings
+#CC = gcc -Wall -g -Wwrite-strings
CC = gcc -g -Wall -pedantic
-CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
-CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
+#CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
+#CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
YACC = bison -d -y
-YACC = yacc -d
+# YACC = yacc -d
#YFLAGS = -d -S
# -S uses sprintf in yacc parser instead of sprint