[liblouis-liblouisxml] [liblouis] r898 committed - Mention how to build with debugging info enabled.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 17 Jan 2013 09:52:23 +0000

Revision: 898
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Thu Jan 17 01:51:56 2013
Log:      Mention how to build with debugging info enabled.

http://code.google.com/p/liblouis/source/detail?r=898

Modified:
 /trunk/HACKING

=======================================
--- /trunk/HACKING      Fri Jan 11 08:19:23 2013
+++ /trunk/HACKING      Thu Jan 17 01:51:56 2013
@@ -63,6 +63,11 @@
 have root privileges for the installation step.

 ** How to debug
+First you have to build liblouis with debugging info enabled.
+
+  $ ./configure CFLAGS='-g -O0 -Wall -Wextra'
+  $ make
+
 Starting the programs under the tools directory within gdb is a little
 tricky as they are linked with libtool. See the info page of libtool
 for more information. To start lou_checktable for table wiskunde.ctb
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r898 committed - Mention how to build with debugging info enabled. - liblouis