diff options
-rw-r--r-- | mbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 05744bb7..088a4262 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 2003/04/29 11:20:19 in2 Exp $ +# $Id: Makefile,v 1.22 2003/05/01 08:12:17 in2 Exp $ # 訂義基本初值 BBSHOME?= $(HOME) @@ -33,7 +33,7 @@ PTT_LIBS+= $(LIBS_$(OSTYPE)) # 若有定義 GDB或 DEBUG, 則加入 -g , 否則用 -O .if defined(GDB) || defined(DEBUG) CFLAGS= -g $(PTT_CFLAGS) -LDFLAGS= -g $(PTT_LDFLAGS) $(PTT_LIBS) +LDFLAGS= -g $(PTT_LDFLAGS) $(PTT_LIBS) $(EXT_LIBS) .else CFLAGS+= -O2 -Os -fomit-frame-pointer -fstrength-reduce \ -fthread-jumps -fexpensive-optimizations \ |