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: