Skip to content

Commit

Permalink
Win: Switch off SEH build option
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 14, 2024
1 parent 30f7f26 commit c31dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ macro(InitializeFreeCADBuildOptions)
# == Win32 is default behaviour use the LibPack copied in Source tree ==========
if(MSVC)
option(FREECAD_RELEASE_PDB "Create PDB files for Release version." ON)
option(FREECAD_RELEASE_SEH "Enable Structured Exception Handling for Release version." ON)
option(FREECAD_RELEASE_SEH "Enable Structured Exception Handling for Release version." OFF)
option(FREECAD_LIBPACK_USE "Use the LibPack to Build FreeCAD (only Win32 so far)." ON)
option(FREECAD_USE_PCH "Activate precompiled headers where it's used." ON)

Expand Down

0 comments on commit c31dafc

Please sign in to comment.