On 10 Aug 2015, at 10:33, Pablo Neira Ayuso pablo@gnumonks.org wrote:
On Sat, Aug 08, 2015 at 09:11:39PM +0200, Holger Freyther wrote:
On 21 Jul 2015, at 16:23, pablo@gnumonks.org wrote:
-AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) +AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g
I like -ggdb3 :)
OK, will change this.
This was just personal taste. No need to update if -g was good enough for you. I tend to compile with CFLAGS=“-Og -ggdb3” make
Fine with this procedure? Let me know if I'm missing anything.
yes, that is fine.