alternate build-debug

This commit is contained in:
Jonathan Campbell
2016-01-24 10:38:20 -08:00
parent 3a181ddb08
commit d486b82ac9

5
build-debug-no-avcodec Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
chmod +x configure
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr || exit 1
make -j3 || exit 1