Hey
I want to modify libssh2 to always build with debug output ability when it is
built with ./configure --enable-debug, and just provide a function to switch
on/off the different outputs that currently are controlled with #ifdefs.
I think it is very uncomfortable to have to reconf and rebuild
On 21 Dec '06, at 6:37 AM, Daniel Stenberg wrote:
I want to modify libssh2 to always build with debug output ability
when it is
built with ./configure --enable-debug, and just provide a function
to switch
on/off the different outputs that currently are controlled with
#ifdefs.
Good idea.
> I want to modify libssh2 to always build with debug output ability when it is
> built with ./configure --enable-debug, and just provide a function to switch
> on/off the different outputs that currently are controlled with #ifdefs.
>
> I think it is very uncomfortable to have to reconf and reb