mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 17:14:38 -07:00
Merge e53376d53a into 7a44726492
This commit is contained in:
commit
0e8a62c7ae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -37,7 +37,7 @@ CFLAGS += -flto=auto -fwhole-program -fno-use-linker-plugin -ggdb3
|
|||
|
||||
OBJS_klipper.elf = $(patsubst %.c, $(OUT)src/%.o,$(src-y))
|
||||
OBJS_klipper.elf += $(OUT)compile_time_request.o
|
||||
CFLAGS_klipper.elf = $(CFLAGS) -Wl,--gc-sections
|
||||
CFLAGS_klipper.elf = $(CFLAGS) -Wl,--gc-sections -Wl,-Map,"$(OUT)klipper.map"
|
||||
|
||||
CPPFLAGS = -I$(OUT) -P -MD -MT $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue