logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: bebb843e30cbd62e12a3ca4bfb30e3778c222fe6
parent 1654e5e300218d850abe64916c52ba838a472a93
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  3 Jun 2020 21:24:15 -0700

Re-add accidentally removed -static flag

Diffstat:

Mconfig.def.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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