File: README.Debugging

package info (click to toggle)
dictd 1.11.2%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,376 kB
  • ctags: 1,302
  • sloc: ansic: 13,003; sh: 3,868; makefile: 491; yacc: 491; cpp: 276; lex: 255; perl: 175; awk: 12
file content (15 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
     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 optimisation, 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 optimisation.

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