From f101f364bc7f017407fa28a6331c3e27cc37d4ec Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sat, 27 Dec 2014 10:07:53 -0600 Subject: [PATCH] Enable a couple optimizations that aren't reported to be buggy. --- Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mk b/Makefile.mk index 392b94256..527f798ed 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -102,7 +102,7 @@ LIBS = -l/usr/lib/libtermcap.204 # optimize bit 3 set (no stack repair code). # Optimize bit 6 breaks some standard-compliant varargs code, # and bits 0, 4, and 5 have known bugs. Disable for now. -CFLAGS = -i -w -a1 -O8 +CFLAGS = -i -w -a1 -O14 STACKSIZE = 3072 .IF $(DEBUG)