Skip to content

Feature added: DEBUGGING

Peter Hyman edited this page Nov 18, 2022 · 1 revision

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.