logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 075e37159d9081c2b9191a647a00acfbeabebb1c
parent c2871716076f7f7c117ab3f15f32ad42e746411d
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 10 Aug 2019 22:39:48 +0000

python: Don't add -fwrapv to CFLAGS

Diffstat:

Mpkg/python/gen.lua1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua @@ -1,5 +1,4 @@ cflags{ - '-fwrapv', '-D NDEBUG', '-I $dir', '-I $srcdir/Include',