From 627a209c100d563de7b3da65e5037d647c6f2ede Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 May 2025 00:53:08 -0400 Subject: do not bind keys above 255, stops xinput from showing marsond as a pointer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edc2a9c..a7c2479 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ realclean: clean # It specifically works on Slackware 15.0, if the system/musl package # from SlackBuilds.org is installed. static: clean - $(MAKE) CC=musl-gcc COPT="-static -nostdinc -isystem /usr/include/musl -isystem /usr/include -Wl,-s" + $(MAKE) CC=musl-gcc COPT="-Os -static -nostdinc -isystem /usr/include/musl -isystem /usr/include -Wl,-s" mv $(PROJ) $(PROJ).static install: all -- cgit v1.2.3