Skip to content

Commit

Permalink
Remove -flto for now
Browse files Browse the repository at this point in the history
  • Loading branch information
angt committed Jul 11, 2016
1 parent 6a7da37 commit f4e94a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4e94a9

Please sign in to comment.