diff options
| author | 0undefined <oscar@nelin.dk> | 2025-10-17 15:42:50 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-10-17 15:42:50 +0000 |
| commit | 964b3f9ce49bb5d5de229ecb29d970b6bb2155a7 (patch) | |
| tree | 39895b1184c2b75409eefb7fa37f016d3ba4124d /Makefile | |
| parent | 5ec973978566145b68dac5b9f4b88c20d3265247 (diff) | |
Laptop configuration
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
