aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SECUMOD/Makefile
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:53:22 +0000
committeredolomb <none@example.com>2018-04-11 16:53:22 +0000
commit1987d9006e9a0a1b5c62520e0d9c6413f70e0853 (patch)
tree3a1f5702eaa545a50aa9bc688091db5e61d5a4df /testhal/ATSAMA5D2/SECUMOD/Makefile
parent1ad24ae0b3e2d4083612159158762a06a4af75e0 (diff)
downloadChibiOS-1987d9006e9a0a1b5c62520e0d9c6413f70e0853.tar.gz
ChibiOS-1987d9006e9a0a1b5c62520e0d9c6413f70e0853.tar.bz2
ChibiOS-1987d9006e9a0a1b5c62520e0d9c6413f70e0853.zip
Updated demo and chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11903 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/SECUMOD/Makefile')
-rwxr-xr-xtesthal/ATSAMA5D2/SECUMOD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SECUMOD/Makefile b/testhal/ATSAMA5D2/SECUMOD/Makefile
index 8cc6738d3..1203041c0 100755
--- a/testhal/ATSAMA5D2/SECUMOD/Makefile
+++ b/testhal/ATSAMA5D2/SECUMOD/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).