aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SECUMOD/Makefile
diff options
context:
space:
mode:
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).