php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1899 --disable-debug still brings in -g in compiler options
Submitted: 1999-07-27 22:59 UTC Modified: 1999-10-24 12:49 UTC
From: yusufg at outblaze dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (27/07/1999) OS: Linux 2.2.5 - Redhat 6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yusufg at outblaze dot com
New email:
PHP Version: OS:

 

 [1999-07-27 22:59 UTC] yusufg at outblaze dot com
I configure PHP4 out of CVS with --disable-debug
When I type make, I get -g in the compiler command line
Shouldn't --disable-debug remove this flag

Regards, Yusuf

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-24 12:49 UTC] sas at cvs dot php dot net
Execute

$ for i in . libzend TSRM; do rm -f $i/config.cache ; done

in the php4 directory and the effect should disappear.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC