aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs')
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
index eb5b7e3da..a97fb9049 100644
--- a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
+++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -gnu99 -Ospeed -Onounroll
+ USE_OPT = -gnu99 -G -Ospeed -Onounroll
endif
# C specific options here (added to USE_OPT).