Skip to content

Commit

Permalink
keyboards/handwired/not_so_minidox/serial.c compile with -fno-lto
Browse files Browse the repository at this point in the history
When LINK_TIME_OPTIMIZATION_ENABLE=no, there is no change in the build result.
  • Loading branch information
mtei committed Oct 21, 2019
1 parent c7c6ab6 commit 19dc347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/handwired/not_so_minidox/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SRC += matrix.c \
i2c.c \
split_util.c \
serial.c
serial.c/NO-LTO

# MCU name
MCU = atmega32u4
Expand Down

0 comments on commit 19dc347

Please sign in to comment.