summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-10-17 15:46:19 +0000
committer0undefined <oscar@nelin.dk>2025-10-17 15:46:19 +0000
commitc61887ed0a8c6105710616cf65f921f767e7c522 (patch)
treed25f17eb70963e0ba34434c1914b81a5e83a152f /Makefile
parent2d924afa8e41fe92c29724d1c36b99a4242f4f18 (diff)
squash! Laptop configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dada8c5..e8966d1 100644
--- a/Makefile
+++ b/Makefile
@@ -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)