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

View file

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