diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-18 02:38:01 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-18 02:38:01 +0800 |
commit | 4e7f84260166aee83385638b7165319568863c78 (patch) | |
tree | 7ee73e756f6bd7f9211b0a4734742993bb5e5776 /innbbsd/Makefile | |
parent | 0e3b5714c736d15c23f100551007f3de25201188 (diff) | |
download | pttbbs-4e7f84260166aee83385638b7165319568863c78.tar pttbbs-4e7f84260166aee83385638b7165319568863c78.tar.gz pttbbs-4e7f84260166aee83385638b7165319568863c78.tar.bz2 pttbbs-4e7f84260166aee83385638b7165319568863c78.tar.lz pttbbs-4e7f84260166aee83385638b7165319568863c78.tar.xz pttbbs-4e7f84260166aee83385638b7165319568863c78.tar.zst pttbbs-4e7f84260166aee83385638b7165319568863c78.zip |
-O3 => -O
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@665 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r-- | innbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index fb82be2a..95bcc415 100644 --- a/innbbsd/Makefile +++ b/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 |