diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-25 00:15:28 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-25 00:15:41 -0400 |
commit | dabcd8bcb6201de516020472fda9befcee535fa2 (patch) | |
tree | 02990b57ff5c771f976a1cefac4600254ad78cd8 /Makefile | |
parent | e14f05ce30891fec35a6b5489c60887d97f78a39 (diff) |
switched to O3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |