Re: [PHP-INSTALL] segmentation fault with --disable-debug
[email protected] ("Jonathan P")
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, Thanks for the reply. I'm trying to compile with --disable-debug, should I still compile with those flags? PS: what would the configure line look like? I'm not clued up on flags etc Any help would be fantastic. regards Jonathan "Paul Reinheimer" <[email protected]> wrote in message news:[email protected]... > Good Morning, > > One of the side effects of running --enable-debug is that it exports a > few CFLAGS, including -O1 or -O0 or the like. Do you > want to try setting that flag manually, then rebuilding PHP? See if > the same errors occur. > > > paul