runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c4f3e60b6a2cc8a6a265829db84d2b454a437c2c
parent afc25d9e64240c0171b6dfcd922437da65c823cc
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun,  6 Oct 2024 16:21:35 +0200

enable C11 + POSIX

Diffstat:
Mbuild.ninja | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/build.ninja b/build.ninja @@ -7,6 +7,8 @@ include conf.ninja CCFLAGS = $$CCFLAGS $ -DVERSION='"TODO..."' $ + -std=c11 $ + -D_POSIX_C_SOURCE $ subninja src/librunit.ninja subninja src/runsv.ninja