Skip to content

Commit f6775d3

Browse files
committed
Makefile: Build vala demo with debugging turned on
1 parent 65879bf commit f6775d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vala_demo.o: vala_demo.c gtkimageview.vapi
1414
$(CC) $(CFLAGS) -c vala_demo.c
1515

1616
vala_demo.c: vala_demo.vala
17-
valac --pkg gtk+-3.0 gtkimageview.vapi vala_demo.vala -C
17+
valac --pkg gtk+-3.0 gtkimageview.vapi vala_demo.vala -C -g
1818

1919

2020
gtkimageview.o: gtkimageview.c gtkimageview.h

0 commit comments

Comments
 (0)