summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-27 03:04:31 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-27 03:04:31 +0800
commite5e12a78f4279298190d26e9688b9f6ed90d4ddd (patch)
tree3fca0e0c5273e387a3e59fa8ede5da4a69efd0b2 /docs
parent6dfe59b5ba67e405fd332f50eb416570acb8b898 (diff)
downloadpttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar.gz
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar.bz2
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar.lz
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar.xz
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.tar.zst
pttbbs-e5e12a78f4279298190d26e9688b9f6ed90d4ddd.zip
Makefile of mbbsd/
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@547 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'docs')
-rw-r--r--docs/ADVANCE13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ADVANCE b/docs/ADVANCE
index dd1a2e28..118b8aae 100644
--- a/docs/ADVANCE
+++ b/docs/ADVANCE
@@ -37,3 +37,16 @@ shmctl
將 shared-memory中 utmp 不正確的 record 清掉.
建議至少每小時跑一次.
另外可以用這個來外部設定 idle 多久後就踢人.
+
+Makefile of mbbsd/
+------------------
+1.make all
+ 自動加上 -O 的最佳化參數
+2.make DEBUG=1
+ 一般用來 debug的情況下會用到,
+ 會開啟一些 DEBUG的程式碼,
+ gcc不用 -O 而改加上 -g ,
+ menu title 顯示目前的 pid,
+ 以方便用 gdb來 attach.
+3.make NO_FORK=1
+ 這通常都是很特別的情況才會用到. \ No newline at end of file