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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 22:01:29 2024 UTC