mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
Fix LTO (fixes #26)
This commit is contained in:
parent
23d2301496
commit
13f3c69ec6
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ if (CMAKE_COMPILER_IS_GNUCC)
|
|||
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 7.0)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wimplicit-fallthrough=0")
|
||||
endif()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-lto-type-mismatch")
|
||||
endif()
|
||||
if (CMAKE_BUILD_TYPE MATCHES Release)
|
||||
# Some variables are only used for assertions
|
||||
|
|
Loading…
Reference in a new issue