From dabcd8bcb6201de516020472fda9befcee535fa2 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 25 May 2020 00:15:28 -0400
Subject: switched to O3
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Makefile')
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
--
cgit