Re: [PATCH] doc: update parameters to use for mlx5 on Windows

2025-07-16 Thread Dariusz Sosnowski
On Tue, Jul 15, 2025 at 06:57:25AM -0700, Andre Muezerie wrote: > On Tue, Jul 15, 2025 at 02:03:45PM +0200, Dariusz Sosnowski wrote: *snip* > > Shouldn't clang linker parameters stay as it was previously i.e., "-L..."? > > Not on Windows. It can be confirmed by looking at > build\meson-logs\mes

Re: [PATCH] doc: update parameters to use for mlx5 on Windows

2025-07-15 Thread Andre Muezerie
On Tue, Jul 15, 2025 at 02:03:45PM +0200, Dariusz Sosnowski wrote: > Hi, > > On Mon, May 05, 2025 at 08:22:41AM -0700, Andre Muezerie wrote: > > The linker parameters to use with MSVC and Clang differ. > > Showing explicitly what to use with each in the documentation. > > > > Signed-off-by: Andre

Re: [PATCH] doc: update parameters to use for mlx5 on Windows

2025-07-15 Thread Dariusz Sosnowski
Hi, On Mon, May 05, 2025 at 08:22:41AM -0700, Andre Muezerie wrote: > The linker parameters to use with MSVC and Clang differ. > Showing explicitly what to use with each in the documentation. > > Signed-off-by: Andre Muezerie > --- > doc/guides/platform/mlx5.rst | 20 > 1 f

[PATCH] doc: update parameters to use for mlx5 on Windows

2025-05-05 Thread Andre Muezerie
The linker parameters to use with MSVC and Clang differ. Showing explicitly what to use with each in the documentation. Signed-off-by: Andre Muezerie --- doc/guides/platform/mlx5.rst | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/guides/platform/mlx