File: readme-debugging

package info (click to toggle)
dictd 1.9.15-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,760 kB
  • ctags: 3,266
  • sloc: ansic: 28,734; sh: 4,576; makefile: 1,002; perl: 410; yacc: 280; cpp: 275; lex: 217
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
     This version of dictd supports the environment variable
`DEB_BUILD_OPTIONS', as recommended by debian policy version 3.5.7.0,
section 11.1.  (This is a modification of the usage recommended by
earlier versions of policy, and used in earlier versions of dictd.)

     By default all binaries are compiled with debugging symbols
included, and with -O2 optimization, but the copies of them in the
debian directory will have the debugging symbols stripped.

     If this variable contains the string `noopt', the binaries will be
compiled without optimization.

     If this variable contains the string `nostrip' the executables
under the debian directory, and in the *.deb packages, will contain
debugging symbols.