3
0
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:
Andrew Steinborn 2020-02-18 01:35:54 -05:00
Ursprung b3ac73a51e
Commit 9edbef981c

Datei anzeigen

@ -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