Alexandre Julliard pushed to branch master at wine / wine
Commits: 0f847982 by Jacek Caban at 2024-11-14T11:10:28+01:00 configure: Use -ffunction-sections for PE targets.
- - - - - f47da430 by Jacek Caban at 2024-11-14T11:10:28+01:00 winegcc: Pass -fms-hotpatch to the linker.
The -fms-hotpatch flag is relevant for both the compiler and the linker.
- - - - - 8a87ce3c by Jacek Caban at 2024-11-14T11:10:28+01:00 configure: Use -fms-hotpatch when available.
On Clang, this flag serves as a replacement for the __ms_hook_prologue__ attribute.
- - - - -
4 changed files:
- aclocal.m4 - configure - configure.ac - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0eda6a76c7a2195c77a5be84d53749...