[RFC v3 5/8] build: generate symbol maps

Thomas Monjalon thomas at monjalon.net
Fri Mar 14 15:24:38 CET 2025


11/03/2025 10:56, David Marchand:
> +        if is_ms_linker
> +            link_mode = 'msvc'

It can be MSVC or clang.
mslinker may be a better naming.

> +        elif is_windows
> +            link_mode = 'mingw'
> +        else
> +            link_mode = 'gnu'
> +        endif






More information about the dev mailing list