make V=1 no longer spews linker garbage collection
make V=99 will, if you realllly want it.
This commit is contained in:
@@ -105,7 +105,7 @@ LDFLAGS += -L$(LIB_DIR)
|
||||
LDFLAGS += -T$(LDSCRIPT)
|
||||
LDFLAGS += -Wl,-Map=$(*).map
|
||||
LDFLAGS += -Wl,--gc-sections
|
||||
ifeq ($(V),1)
|
||||
ifeq ($(V),99)
|
||||
LDFLAGS += -Wl,--print-gc-sections
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user