logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 547047da938b80d02fd05d3ab7c660e80db38a30
parent 977cc8728b73370bbdcc5d2076f89e09e7ec3f41
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 15 Aug 2024 01:04:24 -0700

Add -Werror=implicit-function-declaration to default CFLAGS

Diffstat:

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

diff --git a/config.def.lua b/config.def.lua @@ -27,7 +27,7 @@ return { -- target toolchain and flags target={ platform='x86_64-linux-musl', - cflags='-Os -fPIE -pipe', + cflags='-Os -fPIE -pipe -Werror=implicit-function-declaration', ldflags='-s -static-pie', },