Skip to content

Commit

Permalink
TODO: add gcc -freport-bug
Browse files Browse the repository at this point in the history
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
dceara committed Jan 28, 2025
1 parent f38a06e commit a9244fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/containers/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function compile_sparse()
/workspace/sparse

pushd sparse
make -j4 PREFIX=/usr HAVE_LLVM= HAVE_SQLITE= install
make -j4 PREFIX=/usr HAVE_LLVM= HAVE_SQLITE= CFLAGS="-freport-bug" install
popd
}

Expand Down

0 comments on commit a9244fa

Please sign in to comment.