On Fri Aug 22 23:05:51 2025 +0000, Tres Finocchiaro wrote:
Sure, is this OK? Preview using `man tools/winebuild/winebuild.man.in`:
-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.