Feature added: DEBUGGING - pete4abw/lrzip-next GitHub Wiki
Activating debugging code
A new enable option has been added to configure
.
configure --enable-debug
will add options -g -Og
to compiler CFLAGS. This will permit debug analysis and save the user from overriding CFLAGS.