Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
debug level
»
debug level
php.internals
Oliver Block
19 years ago
Hello, I'd like to set the debug level to 3, i.e. set compiler flag -g3 instead -g. Can anyone give me a hint where to do this? Best Regards, Oliver
Jani Taskinen
19 years ago
CFLAGS="-g3" ./configure ..etc. Oliver Block kirjoitti: