Skip to content

Commit

Permalink
Disable debug symbols in Flint build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Jun 19, 2024
1 parent 33a4daa commit 636e19d
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 636e19d

Please sign in to comment.