From 9d399f403f6854939bff629d7b22f54c4b75824e Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 18 Nov 1993 16:21:09 +0000
Subject: [PATCH] Compile -O

---
 lisp/Config.pmax_mach | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/Config.pmax_mach b/lisp/Config.pmax_mach
index 2b83e6151..4577db9dc 100644
--- a/lisp/Config.pmax_mach
+++ b/lisp/Config.pmax_mach
@@ -1,8 +1,8 @@
 CPPFLAGS = -I. -I/usr/misc/.X11/include
 CC = gcc # -Wall -Wstrict-prototypes -Wmissing-prototypes
 CPP = /usr/cs/lib/cpp
-CFLAGS = -g
-ASFLAGS = -g
+CFLAGS = -O
+ASFLAGS = -O
 NM = nm -gp
 UNDEFSYMPATTERN=-Xlinker -u -Xlinker &
 ASSEM_SRC = mips-assem.S
-- 
GitLab