On Fri Aug 22 23:05:51 2025 +0000, Tres Finocchiaro wrote:
Sure, is this OK? Preview using `man tools/winebuild/winebuild.man.in`: ```diff -f option Specify a code generation option. Currently -fPIC and -fasynchronous-unwind-tables are supported. Other options are ignored for compatibility with the C compiler. + --disable-dynamicbase + Disable 'ASLR' address space layout randomization in executable + image. The default is 'ASLR' enabled. + --fake-module Create a fake PE module for a dll or exe, instead of the normal assembly or object file. The PE module contains the resources for the module, but no executable code. ``` Sure, that's fine.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8786#note_113719