Skip to content

Commit

Permalink
Makefile: debug: clean, GIR to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Dec 29, 2011
1 parent d8d39bc commit cefd7d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VALAC := valac-0.14

EXE := ./build/app.valum
LIB := ./build/libvalum_$(VER).so
GIR := ./build/Valum-$(VER).gir
GIR := Valum-$(VER).gir
HDR := ./build/valum_$(VER).h
VAPI := ./vapi/valum-$(VER)

Expand Down Expand Up @@ -44,11 +44,10 @@ vdrun: debug
@`which nemiver` --log-debugger-output $(EXE)

valgrind: debug
G_SLICE=always-malloc G_DEBUG=gc-friendly $(shell which valgrind) --tool=memcheck --leak-check=full \
G_SLICE=always-malloc G_DEBUG=gc-friendly $(shell which valgrind) --tool=memcheck --leak-check=full \
--leak-resolution=high --num-callers=20 --log-file=vgdump $(EXE)


debug:
debug: clean
@$(MAKE) "FLAGS=$(FLAGS) --debug --save-temps"

genc:
Expand Down

0 comments on commit cefd7d5

Please sign in to comment.