This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed strip, added -s to LDFLAGS
config
Anselm R. Garbe
17 years ago
parent
fef6c5c66b
commit
b896b58d6d
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Makefile
+1
-1
config.mk
+ 0
- 1
Makefile
View File
@ -27,7 +27,6 @@ config.h:
dwm
:
${
OBJ
}
@echo CC -o
$@
@
${
CC
}
-o
$@
${
OBJ
}
${
LDFLAGS
}
@strip
$@
clean
:
@echo cleaning
+ 1
- 1
config.mk
View File
@ -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}
Write
Preview
Loading…
Cancel
Save