diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-13 09:55:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-13 09:55:16 +0000 |
commit | 436aa85ab1c30168d6cdd64de2a4eb1ca9fee534 (patch) | |
tree | fbd37747f802dd7a3002fb4d58f701e9b2f0c1a6 /demos/Win32-MinGW | |
parent | 2b8c31c32f67d2e31ff19507ca3425f9bcecba76 (diff) | |
download | ChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.tar.gz ChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.tar.bz2 ChibiOS-436aa85ab1c30168d6cdd64de2a4eb1ca9fee534.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@539 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r-- | demos/Win32-MinGW/Makefile | 4 | ||||
-rw-r--r-- | demos/Win32-MinGW/main.c (renamed from demos/Win32-MinGW/demo.c) | 0 |
2 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
diff --git a/demos/Win32-MinGW/demo.c b/demos/Win32-MinGW/main.c index f3d276599..f3d276599 100644 --- a/demos/Win32-MinGW/demo.c +++ b/demos/Win32-MinGW/main.c |