Compare commits

..

1 Commits

Author SHA1 Message Date
Adrien Gallouët
f4e94a9089 Remove -flto for now 2016-07-11 10:24:47 +00:00

View File

@@ -4,10 +4,10 @@ export CC="gcc -static"
git clone https://github.com/jedisct1/libsodium --depth=1 --branch stable
cd libsodium || exit 1
./autogen.sh && ./configure CFLAGS=-flto LDFLAGS=-flto --enable-minimal --disable-shared --prefix=/usr && make install
./autogen.sh && ./configure --enable-minimal --disable-shared --prefix=/usr && make install
cd ..
./autogen.sh && ./configure CFLAGS=-flto LDFLAGS=-flto && make
./autogen.sh && ./configure && make
[ -x glorytun ] || exit 1
mkdir -p deploy