diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:10 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:10 -0500 |
| commit | a2197a8b36f737838b7cff7cfa7a68f0141a4334 (patch) | |
| tree | 54c91a39744ab81a8942b1c8e02b5c00e73fb9b4 /Makefile | |
| parent | 9b11a49cb757b80f8589088b487b5f1e56643aa1 (diff) | |
Initial config
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 |
