diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-26 23:17:20 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-26 23:17:20 -0400 |
commit | 1ea491a3ed723b9895d2827deb235fdace870ea4 (patch) | |
tree | a624e3cbe3735d8f5802cf27262850bb07b5eac8 | |
parent | addaa701812ec0e4b26f956be177845b67399d1a (diff) | |
download | librambutan-1ea491a3ed723b9895d2827deb235fdace870ea4.tar.gz librambutan-1ea491a3ed723b9895d2827deb235fdace870ea4.zip |
LD: Don't --print-gc-sections.
That's too noisy.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -52,8 +52,10 @@ GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall $(TARGET_FLAGS) GLOBAL_ASFLAGS := -mcpu=cortex-m3 -march=armv7-m -mthumb \ -x assembler-with-cpp $(TARGET_FLAGS) LDFLAGS = $(TARGET_LDFLAGS) -mcpu=cortex-m3 -mthumb \ - -Xlinker --gc-sections -Xlinker --print-gc-sections \ + -Xlinker --gc-sections \ -Xassembler --march=armv7-m -Wall +# -Xlinker --print-gc-sections \ + ## ## Build rules and useful templates ## |