aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-27 10:28:41 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-27 10:28:41 +1000
commita5cde14428f4993ad5556456fc5780af2530273c (patch)
treec16d19c35d9adda159b3f9979a9343578c11fe6c /boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile
parent627e780b6c96de1dc88b52abeb765f385afb6d96 (diff)
downloaduGFX-a5cde14428f4993ad5556456fc5780af2530273c.tar.gz
uGFX-a5cde14428f4993ad5556456fc5780af2530273c.tar.bz2
uGFX-a5cde14428f4993ad5556456fc5780af2530273c.zip
ChibiOS does not work reliably with GCC -O0 with recent compilers.
Change to -O1
Diffstat (limited to 'boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile')
-rw-r--r--boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile b/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile
index 37dd4b5e..f5a1b2c2 100644
--- a/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile
+++ b/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile
@@ -34,7 +34,7 @@ endif
#
ARCH = arm-none-eabi-
-SRCFLAGS = -ggdb -O0
+SRCFLAGS = -ggdb -O1
CFLAGS =
CXXFLAGS = -fno-rtti
ASFLAGS =