From 9edbef981cf01f0147e0e5b5dc8e4d971df8c250 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 18 Feb 2020 01:35:54 -0500 Subject: [PATCH] Uncomment compile lines from script --- native/compile-linux-amd64.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/native/compile-linux-amd64.sh b/native/compile-linux-amd64.sh index 4ff948486..0a3002493 100755 --- a/native/compile-linux-amd64.sh +++ b/native/compile-linux-amd64.sh @@ -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