diff options
Diffstat (limited to 'demos/PPC-SPC563M-GCC/Makefile')
-rw-r--r-- | demos/PPC-SPC563M-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563M-GCC/Makefile b/demos/PPC-SPC563M-GCC/Makefile index 8ba97d6b0..ac86cf7cc 100644 --- a/demos/PPC-SPC563M-GCC/Makefile +++ b/demos/PPC-SPC563M-GCC/Makefile @@ -20,7 +20,7 @@ endif # Enable this if you want the linker to remove unused code and data.
ifeq ($(USE_LINK_GC),)
- USE_LINK_GC = no
+ USE_LINK_GC = yes
endif
# If enabled, this option allows to compile the application in VLE mode.
|