star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 449d389154b1f8d950951aa11a03d8d73b8de820
parent ddfc5b02224b0bdd3a86e7918a05b4d7f6312232
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun,  4 Jun 2023 10:56:33 +0200

Add the missing CFLAGS -std=c89

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -51,6 +51,7 @@ WFLAGS =\ -Wshadow CFLAGS_COMMON =\ + -std=c89\ -pedantic\ -fPIC\ -fvisibility=hidden\