From 2de9b6ebc3e4146e5f328165f8606b52679f1419 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 7 Jan 2016 18:54:14 -0600 Subject: [PATCH] Turn on a few optimizations. At least -O8 is necessary for compiling varargs functions. --- Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mk b/Makefile.mk index 4160904..291ea6b 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -6,7 +6,7 @@ # ftp://ftp.gno.org/pub/apple2/gs.specific/gno/base/v204/gnodisk1.sdk LIBS = -l/usr/lib/libtermcap.204 -l/usr/lib/libnetdb -l/usr/lib/libutil -CFLAGS = -i -w +CFLAGS = -i -w -O14 TELNET_A_SPECIFIC = $(TELNET_SPECIFIC) -STELNET_A__ TELNET_B_SPECIFIC = $(TELNET_SPECIFIC) -STELNET_B__