[fpc-devel] SEH-based exceptions enabled on win32

Joost van der Sluis joost at cnoc.nl
Thu Jan 9 23:22:32 CET 2020


Hi all,

SEH-based exceptions are made the default on the win32 target in 
fpc-trunk. For win64 they already where the default.

To build a compiler without SEH-based exceptions, the dDISABLE_WIN32_SEH 
option should be given. ie:

make all OPT='dDISABLE_WIN32_SEH'

Please report any regressions on the bug-tracker.

Regards,

Joost


More information about the fpc-devel mailing list