Re: [PATCH v5 4/4] build: enable MSVC specific compiler options

2023-08-17 Thread Bruce Richardson
On Wed, Aug 16, 2023 at 02:56:16PM -0700, Tyler Retzlaff wrote: > * Enable optional use of C11 atomics support. > * Enable use of C23 typeof operator. > * Explicitly force intrinsics when building with MSVC. > * Disable MSVC C runtime checks. > > Signed-off-by: Tyler Retzlaff > --- Acked-by: Bruc

[PATCH v5 4/4] build: enable MSVC specific compiler options

2023-08-16 Thread Tyler Retzlaff
* Enable optional use of C11 atomics support. * Enable use of C23 typeof operator. * Explicitly force intrinsics when building with MSVC. * Disable MSVC C runtime checks. Signed-off-by: Tyler Retzlaff --- config/meson.build | 16 1 file changed, 16 insertions(+) diff --git a/co