opusfile: enable asserts (#4531)

This commit is contained in:
James Zern 2020-10-14 19:14:16 -07:00 committed by GitHub
parent 1faee9752c
commit 0e1d4e44c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
################################################################################ ################################################################################
./autogen.sh ./autogen.sh
./configure --enable-static --disable-shared --disable-doc ./configure --enable-static --disable-shared --disable-doc --enable-assertions
make -j$(nproc) make -j$(nproc)
ldconfig ldconfig