Disable debuginfo generation
Unclear why, probably -g is not being passed to all build commands.
This commit is contained in:
parent
28e1b4c2c2
commit
149cfb213b
@ -1,4 +1,9 @@
|
|||||||
%undefine _package_note_flags
|
%undefine _package_note_flags
|
||||||
|
|
||||||
|
# We're probbaly not adding -g correctly:
|
||||||
|
# error: Empty %files file /builddir/build/BUILD/ocaml-fileutils-0.5.2/debugsourcefiles.list
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ocaml-fileutils
|
Name: ocaml-fileutils
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Release: 32%{?dist}
|
Release: 32%{?dist}
|
||||||
|
Loading…
Reference in New Issue
Block a user