about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-15 13:44:04 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-15 13:44:04 +0200
commitb896b58d6dbdfc98c0099bd7276e4989527160c6 (patch)
treedbf64312137f0b60db0dce7e985cdc882597f5d7
parentfef6c5c66bfe971f00622706689d048c6e473ca7 (diff)
downloaddwm-b896b58d6dbdfc98c0099bd7276e4989527160c6.tar.gz
removed strip, added -s to LDFLAGS
-rw-r--r--Makefile1
-rw-r--r--config.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50732a1..6219d56 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ config.h:
 dwm: ${OBJ}
 	@echo CC -o $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
-	@strip $@
 
 clean:
 	@echo cleaning
diff --git a/config.mk b/config.mk
index 1431e22..aa90094 100644
--- a/config.mk
+++ b/config.mk
@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
+LDFLAGS = -s ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
it.com> 2009-12-18 01:20:43 +0100 added provisional filesystem operations (cp/cut/paste/delete/mkdir)' href='/akspecs/ranger/commit/ranger/container/environment.py?id=6a5d09b8731414c6fd76213bd31f7b29b847a235'>6a5d09b8 ^
65cb1a32 ^
9506fb8e ^
871c502d ^


9506fb8e ^
728fb838 ^
4c05e43d ^
871c502d ^
9506fb8e ^

728fb838 ^
871c502d ^
9506fb8e ^

728fb838 ^
b4b0eb24 ^


9506fb8e ^





dd7a4f63 ^

419e4aa5 ^

dd7a4f63 ^

871c502d ^

728fb838 ^
3de15ddd ^
871c502d ^


728fb838 ^
871c502d ^
3ea48208 ^
9506fb8e ^
728fb838 ^
3d566884 ^
9506fb8e ^





dd7a4f63 ^
728fb838 ^
dd7a4f63 ^

419e4aa5 ^

dd7a4f63 ^

dd7a4f63 ^
419e4aa5 ^
45cb587d ^

728fb838 ^
4162b636 ^
871c502d ^

45cb587d ^

728fb838 ^
4162b636 ^
cc952d63 ^

9506fb8e ^
419e4aa5 ^
9506fb8e ^
e48e3c5c ^


3ea48208 ^




9506fb8e ^
3ea48208 ^
9506fb8e ^
3ea48208 ^
9506fb8e ^








3d566884 ^
9506fb8e ^


dd7a4f63 ^

9506fb8e ^
65cb1a32 ^
419e4aa5 ^
3ea48208 ^
419e4aa5 ^
45cb587d ^
871c502d ^
45cb587d ^
3ea48208 ^
3d566884 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141