Skip to content

Commit

Permalink
Merge pull request #148 from oscarbenjamin/pr_no_debug
Browse files Browse the repository at this point in the history
Disable debug symbols in Flint build
  • Loading branch information
oscarbenjamin authored Jun 19, 2024
2 parents 33a4daa + 636e19d commit 82b8511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build_dependencies_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ cd flint-$FLINTVER
./configure --prefix=$PREFIX\
$FLINTARB_WITHGMP\
--with-mpfr=$PREFIX\
--disable-static
--disable-static\
--disable-debug
make -j6
make install
cd ..
Expand Down

0 comments on commit 82b8511

Please sign in to comment.