aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx/ADC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/SPC563Mxx/ADC/Makefile')
-rw-r--r--testhal/SPC563Mxx/ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/ADC/Makefile b/testhal/SPC563Mxx/ADC/Makefile
index 39c0bca1a..4a009578f 100644
--- a/testhal/SPC563Mxx/ADC/Makefile
+++ b/testhal/SPC563Mxx/ADC/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O1 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).