diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-05 21:09:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-05 21:09:03 +0800 |
commit | d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42 (patch) | |
tree | eef054b095a55ad324819dee9a498e919f564a2b /innbbsd | |
parent | 6e1fb350e6c86a6c6baa91934d851d0cfe2a970a (diff) | |
download | pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar.gz pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar.bz2 pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar.lz pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar.xz pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.tar.zst pttbbs-d1c17d75306c19a5a5b4c566b3e9f7e1c4e59b42.zip |
use make.conf's CFLAG
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@770 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd')
-rw-r--r-- | innbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 95bcc415..38e9a2db 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -19,7 +19,7 @@ TARGET = $(INNBBSD) $(BBSNNRP) $(BBSLINK) CC=gcc INSTALL=cp # -OPT= -O -s -pipe -fomit-frame-pointer -g +OPT= -O -s -pipe -fomit-frame-pointer BBS_DEP = MapleBBS BBS_UTIL = $(BBS_SRC)/util @@ -29,7 +29,7 @@ BBS_REC = $(BBS_UTIL)/util_record.o $(BBS_UTIL)/util_cache.o $(BBS_UTIL)/util_pa # ############### DEBUGOBJ = /usr/lib/debug/mallocmap.o -CFLAGS= -c -I. -I$(BBS_SRC)/include -I$(BBS_SRC)/mbbsd -D$(BBS_DEP) \ +CFLAGS+= -c -I. -I$(BBS_SRC)/include -I$(BBS_SRC)/mbbsd -D$(BBS_DEP) \ $(EXTRAFLAGS) -DDBZDEBUG -DBBSHOME='"$(BBSHOME)"' \ -D_PATH_BBSHOME=\"$(BBSHOME)\" \ -DVERSION=\"$(VERSION)\" -DADMINUSER=\"$(ADMINUSER)\" |