aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2026-04-19 16:58:30 -0500
committertwells46 <173561638+twells46@users.noreply.github.com>2026-04-19 16:58:30 -0500
commit2f44ee912783e3e57c2619df8e291e8c18ee3082 (patch)
tree940e1141a94adce075492fa3f8f4a7e56747da8c /Makefile
parenta2d03cf6188350005dbdaac12f3b0fbc4d60c567 (diff)
parenta2197a8b36f737838b7cff7cfa7a68f0141a4334 (diff)
Merge branch 'twdev'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 578194f..db759e4 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ DWLDEVCFLAGS = -g -Wpedantic -Wall -Wextra -Wdeclaration-after-statement \
# CFLAGS / LDFLAGS
PKGS = wayland-server xkbcommon libinput $(XLIBS)
-DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(WLR_INCS) $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
+DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(WLR_INCS) $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS) -O2 -march=native
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` $(WLR_LIBS) -lm $(LIBS)
all: dwl