File: nostrip

package info (click to toggle)
hdup 2.0.14-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: ansic: 3,254; sh: 374; perl: 218; makefile: 82
file content (16 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Avoid default stripping of executable.
Author: Francesco P Lovergine <frankie@debian.org>
Last-Update: 2020-12-28
Forwarded: not done

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -29,7 +29,7 @@
 
 hdup:	${OBJ} ${HDR} Makefile.in
 	${GCC} ${GLIB_LIBS} ${OBJ} -o hdup
-	${STRIP}
+#	${STRIP}
 
 hdup.h:	hdup.h.in Makefile.in
 	@(cd .. ; ./configure)