Closed larsbrinkhoff closed 8 years ago
Makes it possible to configure a build with or without debugging features. This does not apply to the MonST-like debugger.
Debugging is enabled by adding -DDBG to CFLAGS. This can be done in config.mk or by running ./configure --enable-debug.
-DDBG
CFLAGS
config.mk
./configure --enable-debug
Makes it possible to configure a build with or without debugging features. This does not apply to the MonST-like debugger.
Debugging is enabled by adding
-DDBG
toCFLAGS
. This can be done inconfig.mk
or by running./configure --enable-debug
.