diff options
| author | 0undefined <oscar@nelin.dk> | 2025-10-17 15:46:19 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-10-17 15:46:19 +0000 |
| commit | c61887ed0a8c6105710616cf65f921f767e7c522 (patch) | |
| tree | d25f17eb70963e0ba34434c1914b81a5e83a152f | |
| parent | 2d924afa8e41fe92c29724d1c36b99a4242f4f18 (diff) | |
squash! Laptop configuration
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ 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 +LDFLAGS = -flto -march=native +CFLAGS = -flto -march=native # CFLAGS / LDFLAGS PKGS = wayland-server xkbcommon libinput pixman-1 fcft $(XLIBS) |
