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

2
build
View File

@@ -19,6 +19,6 @@ echo Compiling our internal SDLnet 1.x
# now compile ourself
echo Compiling DOSBox-X
chmod +x configure
./configure --enable-core-inline --enable-debug --prefix=/usr "$@" || exit 1
./configure --enable-debug --prefix=/usr "$@" || exit 1
make -j3 || exit 1