Skip to content

Commit

Permalink
build: use debug loggign level for the debug target
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Filak <[email protected]>
  • Loading branch information
Jakub Filak committed Apr 25, 2016
1 parent 9c861bc commit 09b6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run: all
service/reportd

debug: all
libtool --mode=execute gdb --ex=run --args service/reportd
G_MESSAGES_DEBUG=all libtool --mode=execute gdb --ex=run --args service/reportd

RPM_DIRS = --define "_sourcedir $(abs_top_srcdir)" \
--define "_specdir $(abs_top_srcdir)/package" \
Expand Down

0 comments on commit 09b6942

Please sign in to comment.