Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 14:50:46 -0800 (PST)
From:      Dirk Froemberg <dirk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/mysql323-server Makefile
Message-ID:  <200112172250.fBHMokO35514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
  
  Submitted by:   Sergei Golubchik <serg@mysql.com>
  
  Revision  Changes    Path
  1.127     +11 -1     ports/databases/mysql323-server/Makefile

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?200112172250.fBHMokO35514>