Re: [PATCH v3 0/2] replace int flags with booleans

2023-06-15 Thread David Marchand
On Tue, Jun 13, 2023 at 5:34 PM Bruce Richardson wrote: > > in meson.build files, some flags were being treated as integers rather > than using the more logical option of booleans. Fix this. > > V3: drop the patch requiring libnuma from this set, to make this only >a simple set changing the ty

[PATCH v3 0/2] replace int flags with booleans

2023-06-13 Thread Bruce Richardson
in meson.build files, some flags were being treated as integers rather than using the more logical option of booleans. Fix this. V3: drop the patch requiring libnuma from this set, to make this only a simple set changing the types of the flag. The other patch will be submitted separately for