On Fri Aug 22 21:29:52 2025 +0000, Alexandre Julliard wrote:
Looks good, thanks. Could you please also update the man page?
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. ```