Enable a couple optimizations that aren't reported to be buggy.

This commit is contained in:
Stephen Heumann 2014-12-27 10:07:53 -06:00
parent 5b1c69f8d6
commit f101f364bc
1 changed files with 1 additions and 1 deletions

View File

@ -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)