File: debug.txt

package info (click to toggle)
freedink-dfarc 3.14-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,744 kB
  • sloc: sh: 4,172; cpp: 2,631; makefile: 108
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
gdb is your friend!::

 $ gdb src/dfarc

If you have trouble with inlined functions or other C++
idiosyncrasies, you need to avoid the "-O2" code to
optimization.

CXXFLAGS default to "-g -O2" with automake. To override it::

 CXXFLAGS="-g" ../configure