From 964b3f9ce49bb5d5de229ecb29d970b6bb2155a7 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Fri, 17 Oct 2025 17:42:50 +0200 Subject: Laptop configuration --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c433ace..dada8c5 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ DWLDEVCFLAGS = -g -Wpedantic -Wall -Wextra -Wdeclaration-after-statement \ -Werror=implicit -Werror=return-type -Werror=incompatible-pointer-types \ -Wfloat-conversion +LDFLAGS = $(LDFLAGS) -flto -march=native +CFLAGS = $(CFLAGS) -flto -march=native + # CFLAGS / LDFLAGS PKGS = wayland-server xkbcommon libinput pixman-1 fcft $(XLIBS) DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(WLR_INCS) $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS) -- cgit v1.3