summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-18 02:38:01 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-02-18 02:38:01 +0800
commitdcace34b32f85250e047230b687d384465e5db0b (patch)
treef019cd1f8dd4fcb37a27825aa9042db61000be00
parentefa44455dbf75ed730573e73dd26f746bb3a67df (diff)
downloadpttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar.gz
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar.bz2
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar.lz
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar.xz
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.tar.zst
pttbbs-dcace34b32f85250e047230b687d384465e5db0b.zip
-O3 => -O
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@665 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/innbbsd/Makefile2
-rw-r--r--pttbbs/util/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/pttbbs/innbbsd/Makefile b/pttbbs/innbbsd/Makefile
index fb82be2a..95bcc415 100644
--- a/pttbbs/innbbsd/Makefile
+++ b/pttbbs/innbbsd/Makefile
@@ -19,7 +19,7 @@ TARGET = $(INNBBSD) $(BBSNNRP) $(BBSLINK)
CC=gcc
INSTALL=cp
#
-OPT= -O3 -s -pipe -fomit-frame-pointer -g
+OPT= -O -s -pipe -fomit-frame-pointer -g
BBS_DEP = MapleBBS
BBS_UTIL = $(BBS_SRC)/util
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile
index 06a4e471..e291cdee 100644
--- a/pttbbs/util/Makefile
+++ b/pttbbs/util/Makefile
@@ -1,18 +1,18 @@
-# $Id: Makefile,v 1.23 2003/02/11 06:03:31 victor Exp $
+# $Id: Makefile,v 1.24 2003/02/17 18:37:48 in2 Exp $
BBSHOME?=$(HOME)
OSTYPE!=uname
# FreeBSD
CC_FreeBSD= gcc
-CFLAGS_FreeBSD= -DFreeBSD -pipe -Wall -g -O3 -DHAVE_SETPROCTITLE -DBBSHOME='"$(BBSHOME)"' -I../include
+CFLAGS_FreeBSD= -DFreeBSD -pipe -Wall -g -O -DHAVE_SETPROCTITLE -DBBSHOME='"$(BBSHOME)"' -I../include
LIBS_FreeBSD=
LIBMAIL_FreeBSD=-lutil
LIBCHAT_FreeBSD=
# Linux
CC_linux= gcc
-CFLAGS_linux= -DLinux -pipe -Wall -g -O3 -DHAVE_DES_CRYPT -DBBSHOME='"$(BBSHOME)"' -I../include
+CFLAGS_linux= -DLinux -pipe -Wall -g -O -DHAVE_DES_CRYPT -DBBSHOME='"$(BBSHOME)"' -I../include
LIBS_linux= -lresolv
LIBMAIL_linux=
LIBCHAT_linux= -lcrypt