summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-15 22:41:40 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-15 22:41:40 +0800
commit1277c9996112ad4386111dbd027f9c04e0fc0077 (patch)
treebd814a75a345e34dd378002fe96090e5b131c396
parent6cf160e4215089eb1538be77b32c07d856ae0e10 (diff)
downloadpttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar.gz
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar.bz2
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar.lz
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar.xz
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.tar.zst
pttbbs-1277c9996112ad4386111dbd027f9c04e0fc0077.zip
try optimize for size -Os
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@600 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/Makefile b/pttbbs/mbbsd/Makefile
index 33f239b1..0a0c94f8 100644
--- a/pttbbs/mbbsd/Makefile
+++ b/pttbbs/mbbsd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2002/12/31 17:42:23 in2 Exp $
+# $Id: Makefile,v 1.14 2003/01/15 14:41:40 kcwu Exp $
# ­q¸q°ò¥»ªì­È
BBSHOME?= $(HOME)
@@ -32,7 +32,7 @@ LIBS+= $(LIBS_$(OSTYPE))
CFLAGS+= -g
FDFLAGS+= -g
.else
-CFLAGS+= -O
+CFLAGS+= -Os
LDFLAGS+= -O
.endif