diff options
| author | 2013-02-01 22:24:03 +0000 | |
|---|---|---|
| committer | 2013-02-01 22:24:03 +0000 | |
| commit | bbfb99e51506c9b962b214e320ae5a88d60608a7 (patch) | |
| tree | 3fc3df52651041ec13dcbf96e0c70c8b98f26b44 /makefile | |
| parent | 5d93f96dd8e7d6072ee4aa50d72396a5e26d12ac (diff) | |
removed additional DEBUG flags again - they are causing too much problems (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ endif # define MAME_DEBUG if we are a debugging build ifdef DEBUG -DEFS += -DMAME_DEBUG -DDEBUG -D_DEBUG +DEFS += -DMAME_DEBUG else DEFS += -DNDEBUG endif |
