From owner-cvs-all Mon Dec 17 14:53:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id C677E37B419 for ; Mon, 17 Dec 2001 14:53:25 -0800 (PST) Received: (qmail 9561 invoked from network); 17 Dec 2001 22:53:25 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Dec 2001 22:53:25 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112172250.fBHMokO35514@freefall.freebsd.org> Date: Mon, 17 Dec 2001 14:53:11 -0800 (PST) From: John Baldwin To: Dirk Froemberg Subject: RE: cvs commit: ports/databases/mysql323-server Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Dec-01 Dirk Froemberg wrote: > dirk 2001/12/17 14:50:46 PST > > Modified files: > databases/mysql323-server Makefile > Log: > - CXX=${CC} to get rid of libstdc++ in order to improve stability > under heavy load > > - add BUILD_STATIC option to link mysqld statically > > - add BUILD_OPTIMIZED to add -mcpu=pentiumpro -O3 -fno-omit-frame-pointer > to CFLAGS (and thus to CXXFLAGS) You should not use -O3, it is known to produce buggy code. Use -O only, not even -O2. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message