Skip to content

Commit 427689a

Browse files
author
=
committed
deactive LTO as it was causing USB to fail to enumerate
1 parent e5c9366 commit 427689a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endif
6868
R ?= 0
6969
ifeq ($(R), 1)
7070
CFLAGS += -DRELEASE
71-
CFLAGS += -flto # broken in debug mode. provides a small LTO binary size reduction
71+
#CFLAGS += -flto # broken in debug mode. provides a small LTO binary size reduction
7272
endif
7373

7474
LDFLAGS = -Wl,-T,stm32_flash.ld,-flto,-gc-sections

util/windows-erase_userscript.bat

100644100755
File mode changed.

util/windows-update_firmware.bat

100644100755
File mode changed.

0 commit comments

Comments
 (0)