diff --git a/conmon.spec b/conmon.spec index b9cf4ce..0496636 100644 --- a/conmon.spec +++ b/conmon.spec @@ -1,4 +1,4 @@ -%global with_debug 0 +%global with_debug 1 %global with_check 0 %if 0%{?with_debug} @@ -40,6 +40,7 @@ Requires: glib2 %prep %autosetup -Sgit -n %{name}-%{commit0} +%{__sed} -i 's/$(CFLAGS)/$(CFLAGS) -g/' Makefile %build %{__make} all