meson oddities - Mailing list pgsql-hackers

From Andrew Dunstan
Subject meson oddities
Date
Msg-id 64c0517b-5504-68ea-1912-9f647a70a3cc@dunslane.net
Whole thread Raw
Responses Re: meson oddities
Re: meson oddities
List pgsql-hackers
Here's a couple of things I've noticed.


andrew@ub22:HEAD $ inst.meson/bin/pg_config --libdir --ldflags
/home/andrew/pgl/pg_head/root/HEAD/inst.meson/lib/x86_64-linux-gnu
-fuse-ld=lld -DCOPY_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST
-DWRITE_READ_PARSE_PLAN_TREES


Are we really intending to add a new subdirectory to the default layout?
Why is that x84_64-linux-gnu there?

Also, why have the CPPFLAGS made their way into the LDFLAGS? That seems
wrong.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: HOT chain validation in verify_heapam()
Next
From: Peter Geoghegan
Date:
Subject: Re: HOT chain validation in verify_heapam()