Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/preparing-software.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ clean:

----

WARNING: The ``-g`` flag is required with ``gcc`` because ``rpmbuild`` needs debug
information by default. Alternatively, you can disable `debug_package` by adding
`%global debug_package %{nil}` line to the `cello.spec`.

Now to build the software, simply run ``make``:

[source,bash]
Expand Down