Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Uncomment compile lines from script
Dieser Commit ist enthalten in:
Ursprung
b3ac73a51e
Commit
9edbef981c
@ -5,11 +5,11 @@ if [ ! -d zlib-cf ]; then
|
|||||||
git clone -b gcc.amd64 https://github.com/cloudflare/zlib.git zlib-cf
|
git clone -b gcc.amd64 https://github.com/cloudflare/zlib.git zlib-cf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#echo "Compiling Cloudflare zlib..."
|
echo "Compiling Cloudflare zlib..."
|
||||||
#cd zlib-cf
|
cd zlib-cf
|
||||||
#CFLAGS="-fPIC -O3 -mtune=skylake -flto" AR=gcc-ar RANLIB=gcc-ranlib ./configure --static
|
CFLAGS="-fPIC -O3 -mtune=skylake -flto" AR=gcc-ar RANLIB=gcc-ranlib ./configure --static
|
||||||
#make clean && make
|
make clean && make
|
||||||
#cd ..
|
cd ..
|
||||||
|
|
||||||
# Modify as you need.
|
# Modify as you need.
|
||||||
MBEDTLS_ROOT=mbedtls
|
MBEDTLS_ROOT=mbedtls
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren