Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update personal userspace and keymaps #8747

Merged
merged 7 commits into from
Apr 9, 2020
Prev Previous commit
Next Next commit
Use LTO_ENABLE instead of setting -flto directly
  • Loading branch information
vomindoraan committed Apr 9, 2020
commit a52fbea768e18ce0a22cf7e69d25285f7c110e6f
2 changes: 1 addition & 1 deletion users/konstantin/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ifneq (,$(filter yes,$(UNICODE_ENABLE) $(UNICODEMAP_ENABLE)))
SRC += unicode.c
endif

EXTRAFLAGS += -flto
LTO_ENABLE = yes