logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 202d3cece0346458d0e58ab11922032d68cb12ce
parent 93e44df0aeb81a4f6c0fbf29471e3ba4387a246e
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  7 May 2021 23:04:18 -0700

Toolchain pie flag is no longer needed

Diffstat:

Mconfig.def.lua1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.def.lua b/config.def.lua @@ -25,7 +25,6 @@ return { platform='x86_64-linux-musl', cflags='-Os -fPIE -pipe', ldflags='-s -static-pie', - pie=true, }, -- host toolchain and flags