Try to get actual debugging output

There was a report that the debug files didn't have any output in
them so, I am trying again.
This commit is contained in:
Bruno Wolff III 2013-09-27 20:44:25 -05:00
parent c4f8819fc1
commit c2df231825
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-camlimages
Version: 4.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OCaml image processing library
Group: Development/Libraries
@ -47,6 +47,8 @@ Includes documentation provided by ocamldoc
%setup -q -T -D -a 1 -n camlspotter-camlimages-668faa3494fe
%build
# Turn on debugging
export OCAMLCFLAGS="$OCAMLCFLAGS +g"
omake
%install
@ -81,6 +83,9 @@ cp -pr License.txt htmlref $RPM_BUILD_ROOT/usr/share/doc/ocaml-camlimages
%changelog
* Fri Sep 27 2013 Bruno Wolff III <bruno@wolff.to> - 4.1.0-2
- Try to get actual debug output
* Sun Sep 15 2013 Bruno Wolff III <bruno@wolff.to> - 4.1.0-1
- Update to 4.1.0
- Enable debug output