view loader/config.h @ 17381:7af5fe0860a1

This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from libaf's and libmenu's Makefiles and -g from main Makefile.
author rathann
date Fri, 13 Jan 2006 23:38:16 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif