aboutsummaryrefslogtreecommitdiffstats
path: root/community/keyd/obey-build-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/keyd/obey-build-flags.patch')
-rw-r--r--community/keyd/obey-build-flags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/keyd/obey-build-flags.patch b/community/keyd/obey-build-flags.patch
deleted file mode 100644
index 27b6cd22b74..00000000000
--- a/community/keyd/obey-build-flags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -21,7 +21,7 @@
- all:
- -mkdir bin
- cp scripts/keyd-application-mapper bin/
-- $(CC) $(CFLAGS) -O3 $(COMPAT_FILES) src/*.c src/vkbd/$(VKBD).c -o bin/keyd -lpthread $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -Wall -Wextra -pedantic $(COMPAT_FILES) src/*.c src/vkbd/$(VKBD).c -o bin/keyd -lpthread $(LDFLAGS)
- debug:
- CFLAGS="-pedantic -Wall -Wextra -g" $(MAKE)
- compose: