File: readme-debugging

package info (click to toggle)
dictd 1.10.2-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,964 kB
  • ctags: 3,321
  • sloc: ansic: 29,082; sh: 4,646; makefile: 1,008; yacc: 436; perl: 410; cpp: 275; lex: 243
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.