Date: Mon, 17 Dec 2001 14:53:11 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Dirk Froemberg <dirk@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: ports/databases/mysql323-server Makefile Message-ID: <XFMail.011217145311.jhb@FreeBSD.org> In-Reply-To: <200112172250.fBHMokO35514@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> <>< 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011217145311.jhb>