From ba5e3fc9a3600fb71809a00aeb8985b99dc54672 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 7 Nov 2018 14:42:37 -0800 Subject: Latest oasis-toolchain defaults to PIE --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69115681..2cfdb2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: echo 'return { builddir="out", fs={exclude={}}, - target={toolchain="x86_64-linux-musl", cflags="-O2 -pipe", cxxflags="$target_cflags", ldflags="-s -static"}, + target={toolchain="x86_64-linux-musl", cflags="-O2 -pipe", cxxflags="$target_cflags", ldflags="-s -static", pie=true}, host={toolchain="default", cflags="-pipe", cxxflags="$host_cflags", ldflags=""}, repo={path="$builddir/root.git", flags="--bare", tag="tree", branch="master"}, tls="libressl", -- cgit v1.2.3