diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-07 14:42:37 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-07 14:57:31 -0800 |
| commit | ba5e3fc9a3600fb71809a00aeb8985b99dc54672 (patch) | |
| tree | 50cc008dde2fe4c381bffbe124601012275b946c | |
| parent | fe8a1f1a495b70a20e3ee39639c2675c57f40443 (diff) | |
Latest oasis-toolchain defaults to PIE
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
