nocrew / ostis

Atari ST Emulator
GNU Lesser General Public License v2.1
20 stars 4 forks source link

Enable/disable debug build #117

Closed larsbrinkhoff closed 8 years ago

larsbrinkhoff commented 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.