aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-25 00:15:28 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-25 00:15:41 -0400
commitdabcd8bcb6201de516020472fda9befcee535fa2 (patch)
tree02990b57ff5c771f976a1cefac4600254ad78cd8
parente14f05ce30891fec35a6b5489c60887d97f78a39 (diff)
switched to O3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06ebd3f..07b0321 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
CC = gcc
-CFLAGS = -O2 -Wall
+CFLAGS = -O3 -Wall
OBJS = badroff.o buf.o ll.o sb.o
phrase-circuit.txt: badroff phrase-circuit.src
./badroff phrase-circuit.src > phrase-circuit.txt