git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5267 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-02-19 11:56:33 +00:00
parent 72858cb49d
commit 135af75414
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.