forked from Imagelibrary/rtems
@@ -13,9 +13,11 @@ CPU_CFLAGS = -mcpu=5235
|
|||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
||||||
|
|
||||||
LDFLAGS = -Wl,--gc-sections
|
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2571.
|
||||||
|
# The following two lines enable compiling and linking on per element.
|
||||||
|
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||||
|
# LDFLAGS = -Wl,--gc-sections
|
||||||
|
|
||||||
ifndef MTARGET
|
ifndef MTARGET
|
||||||
MTARGET=ram
|
MTARGET=ram
|
||||||
|
|||||||
Reference in New Issue
Block a user