aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MinGW/Makefile')
-rw-r--r--demos/Win32-MinGW/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile
index fe06db6e1..46cb9cad0 100644
--- a/demos/Win32-MinGW/Makefile
+++ b/demos/Win32-MinGW/Makefile
@@ -60,7 +60,7 @@ include ../../src/kernel.mk
include ../../test/test.mk
# List C source files here
-SRC = chcore.c demo.c ../../ports/win32/simcom.c \
+SRC = chcore.c main.c ../../ports/win32/simcom.c \
${KERNSRC} \
${TESTSRC}
@@ -77,7 +77,7 @@ ULIBDIR =
ULIBS =
# Define optimisation level here
-OPT = -Os -fomit-frame-pointer
+OPT = -ggdb -Os -fomit-frame-pointer
#
# End of user defines