diff options
| -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", |
