diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ ifeq ($(strip $(DEBUG)),) QEMU_FLAGS += -nographic else ASFLAGS += -g - CCFLAGS += -g + CCFLAGS += -g -D__DEBUG__ QEMU_FLAGS += -s -S endif |
