diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:30 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:30 -0500 |
| commit | 2f44ee912783e3e57c2619df8e291e8c18ee3082 (patch) | |
| tree | 940e1141a94adce075492fa3f8f4a7e56747da8c /Makefile | |
| parent | a2d03cf6188350005dbdaac12f3b0fbc4d60c567 (diff) | |
| parent | a2197a8b36f737838b7cff7cfa7a68f0141a4334 (diff) | |
Merge branch 'twdev'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
