mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 01:31:54 +00:00
Turn on a few optimizations.
At least -O8 is necessary for compiling varargs functions.
This commit is contained in:
parent
a995ff4eb5
commit
2de9b6ebc3
@ -6,7 +6,7 @@
|
|||||||
# ftp://ftp.gno.org/pub/apple2/gs.specific/gno/base/v204/gnodisk1.sdk
|
# 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
|
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_A_SPECIFIC = $(TELNET_SPECIFIC) -STELNET_A__
|
||||||
TELNET_B_SPECIFIC = $(TELNET_SPECIFIC) -STELNET_B__
|
TELNET_B_SPECIFIC = $(TELNET_SPECIFIC) -STELNET_B__
|
||||||
|
Loading…
Reference in New Issue
Block a user