Disable Debug for mp3lame

c9e146e787

Closes #198
This commit is contained in:
BtbN 2022-10-10 13:12:36 +02:00
parent bce41a5cce
commit 36f1ff77a4
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ ffbuild_dockerbuild() {
return -1
fi
export CFLAGS="$CFLAGS -DNDEBUG"
./configure "${myconf[@]}"
make -j$(nproc)
make install