commit 47903252cc45eedaf524eee2a5caf15cadd51114
parent 0dbfdb9d8587fcbaf9adc2801b8d56b8163e63c0
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date: Sun, 6 Oct 2024 17:42:34 +0200
set standard to posix 2008 (should up that probably)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.ninja b/build.ninja
@@ -8,7 +8,7 @@ include conf.ninja
CCFLAGS = $$CCFLAGS $
-DVERSION='"TODO..."' $
-std=c11 $
- -D_POSIX_C_SOURCE $
+ -D_POSIX_C_SOURCE=200809L $
-Werror=missing-variable-declarations $
subninja src/librunit.ninja