You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/bspwm/files/bspwm-0.8.8-flags.patch

16 lines
283 B

--- bspwm-0.8.8/Makefile
+++ bspwm-0.8.8/Makefile
@@ -18,11 +18,9 @@
CL_SRC = bspc.c helpers.c
CL_OBJ = $(CL_SRC:.c=.o)
-all: CFLAGS += -Os
-all: LDFLAGS += -s
all: bspwm bspc
-debug: CFLAGS += -O0 -g -DDEBUG
+debug: CFLAGS += -DDEBUG
debug: bspwm bspc
include Sourcedeps