|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-02 09:23 UTC] sniper@php.net
[2002-05-02 10:18 UTC] yohgaki@php.net
[2002-06-03 15:23 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 13:00:01 2025 UTC |
The -g option is passed by default to the compiler even if --enable-debug is NOT used. Using --disable-debug is of no help[ either. Compiling PHP against Apache 2.0. as follows ./configure --with-apxs2=/opt/apache2/bin/apxs \ --prefix=/opt/apache2/php make When performing make , every compilation command has -g The following doesnt help either. ./configure --with-apxs2=/opt/apache2/bin/apxs \ --prefix=/opt/apache2/php \ --diable-debug make