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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
18 + 5 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 02:01:29 2024 UTC