Skip to content

Commit 636e19d

Browse files
committed
Disable debug symbols in Flint build
1 parent 33a4daa commit 636e19d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/build_dependencies_unix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ cd flint-$FLINTVER
284284
./configure --prefix=$PREFIX\
285285
$FLINTARB_WITHGMP\
286286
--with-mpfr=$PREFIX\
287-
--disable-static
287+
--disable-static\
288+
--disable-debug
288289
make -j6
289290
make install
290291
cd ..

0 commit comments

Comments
 (0)