logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: d94a0753e7ada0fd8ff204b75a6b385188ad80f0
parent dbe1077c3f0b6d79f8ea5eefd97f98780246d0cf
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 22 Jun 2020 21:43:51 -0700

Add -O2 to host cflags by default

Diffstat:

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

diff --git a/config.def.lua b/config.def.lua @@ -24,7 +24,7 @@ return { -- host toolchain and flags host={ - cflags='-pipe', + cflags='-O2 -pipe', ldflags='', },