Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 15:47:43 -0800 (PST)
From:      Dan Phoenix <dphoenix@bravenet.com>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   optimizing apache with php and nfs mounts
Message-ID:  <Pine.BSO.4.21.0103121542460.23058-100000@gandalf.bravenet.com>
In-Reply-To: <Pine.BSO.4.21.0011281758000.7207-100000@gandalf.bravenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help


CC="gcc -O6 -fomit-frame-pointer" OPTIM="-O2 -DBUFFERED_LOGS"

could some c guru tell me if this would be bad to use to an apache
optimization? I need to compile apache on my own not with ports....
looking at makefile
in apache13 in ports collection i see these optimization flags.
along with --mmap-static module.


can you use both -06 and -02 for optmization at the same time?
-fomit-frame-pointer as well?


this is my full config line so far
CC="gcc -O6 -fomit-frame-pointer" OPTIM="-O2 -DBUFFERED_LOGS" ./configure
--prefix=/usr/local/apache --enable-module=rewrite
--activate-module=src/modules/php4/libphp4.a

alot of other crap modules get thrown into httpd.conf as well i have
noticed....slowly researching each and disabling what i don;t need.

INterested in talking with some c experts and apache experts on this
issue.



--
Dan

+------------------------------------------------------+ 
|           BRAVENET WEB SERVICES                      |
|              dan@bravenet.com                        |
|             make installworld                        |
| ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail     |
| ln -s /var/qmail/bin/newaliases /usr/sbin/newaliases |
+______________________________________________________+



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.21.0103121542460.23058-100000>