Browse Source

OpenDingux rg350: Actually disable LTO (#5116)

Follow-up to #5088
pull/5121/head
Gleb Mazovetskiy 4 years ago committed by GitHub
parent
commit
337336de6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMake/platforms/rg350.cmake

2
CMake/platforms/rg350.cmake

@ -3,7 +3,7 @@ set(USE_SDL1 ON)
# LTO temporarily disabled to work around a compiler bug.
# https://github.com/diasurgical/devilutionX/issues/4953
set(DISABLE_LTO OFF)
set(DISABLE_LTO ON)
set(SDL1_VIDEO_MODE_BPP 8)
set(SDL1_VIDEO_MODE_FLAGS SDL_HWSURFACE|SDL_TRIPLEBUF)

Loading…
Cancel
Save