Re: [PATCH v3 1/2] build: build only one library type on Windows

2024-04-15 Thread Bruce Richardson
On Fri, Apr 12, 2024 at 03:52:12PM -0700, Tyler Retzlaff wrote: > MSVC is the only compiler that can produce usable shared libraries for > DPDK on Windows because of the use of exported TLS variables. > > Disable building of shared libraries with LLVM and MinGW so that > remaining __declspec macro

[PATCH v3 1/2] build: build only one library type on Windows

2024-04-12 Thread Tyler Retzlaff
MSVC is the only compiler that can produce usable shared libraries for DPDK on Windows because of the use of exported TLS variables. Disable building of shared libraries with LLVM and MinGW so that remaining __declspec macros needed for the functional libraries built by MSVC can be used without tr