build: Don't use --(dis|en)able-core-inline

This commit is contained in:
Jookia
2022-09-11 15:41:17 +10:00
parent 69ff657c24
commit b9ff9943ef
22 changed files with 20 additions and 26 deletions

View File

@@ -72,6 +72,6 @@ fi
# now compile ourself
echo Compiling DOSBox-X
chmod +x configure
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --enable-sdl2 $opts "$@" || exit 1
./configure --enable-debug=heavy --prefix=/usr --enable-sdl2 $opts "$@" || exit 1
make -j3 || exit 1