summaryrefslogtreecommitdiff
blob: b0dcacac4dba2e42f59736fbef330e4b2c10e9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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