Browse Source

amiga.cmake: Remove -fexceptions

We no longer use exceptions anywhere in the codebase
pull/8004/head
Gleb Mazovetskiy 10 months ago
parent
commit
9c971c50b0
  1. 2
      CMake/platforms/amiga.cmake

2
CMake/platforms/amiga.cmake

@ -4,8 +4,6 @@ set(UBSAN OFF)
set(NONET ON)
set(USE_SDL1 ON)
set(SDL1_VIDEO_MODE_BPP 8)
# Enable exception support as they are used in dvlnet code
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
set(DEVILUTIONX_SYSTEM_BZIP2 OFF)
set(DEVILUTIONX_SYSTEM_ZLIB OFF)

Loading…
Cancel
Save