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
|
||||
fi
|
||||
|
||||
#echo "Compiling Cloudflare zlib..."
|
||||
#cd zlib-cf
|
||||
#CFLAGS="-fPIC -O3 -mtune=skylake -flto" AR=gcc-ar RANLIB=gcc-ranlib ./configure --static
|
||||
#make clean && make
|
||||
#cd ..
|
||||
echo "Compiling Cloudflare zlib..."
|
||||
cd zlib-cf
|
||||
CFLAGS="-fPIC -O3 -mtune=skylake -flto" AR=gcc-ar RANLIB=gcc-ranlib ./configure --static
|
||||
make clean && make
|
||||
cd ..
|
||||
|
||||
# Modify as you need.
|
||||
MBEDTLS_ROOT=mbedtls
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren