From 09b81ae2539a7b3aceac489ad459dfd6192172f5 Mon Sep 17 00:00:00 2001 From: isiora Date: Thu, 18 Jan 2018 09:09:01 +0000 Subject: Changed -Og in -O0. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11305 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED') diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile index b007e2c40..a5d8e9a00 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile @@ -5,7 +5,7 @@ # Compiler options here. ifeq ($(USE_OPT),) - USE_OPT = -Og -ggdb -fomit-frame-pointer -falign-functions=16 + USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16 endif # C specific options here (added to USE_OPT). @@ -72,7 +72,7 @@ endif # Stack size to the allocated to the ARM FIQ stack. This # stack is used for processing interrupts and exceptions. ifeq ($(USE_FIQ_STACKSIZE),) - USE_FIQ_STACKSIZE = 64 + USE_FIQ_STACKSIZE = 0x400 endif # Stack size to the allocated to the ARM Supervisor stack. This @@ -127,7 +127,7 @@ include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk # Define linker script file here -LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld +LDSCRIPT= $(STARTUPLD)/SAMA5D2ddr.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3