ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git] / pkgs / by-name / wm / wmderland / 0001-remove-flto.patch
blobcae1eac0a2040ab151094a438f16ca324dd55d9e
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 17a4944..33406f3 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -10,7 +10,7 @@ include(BuildType)
6 # Request C++14 standard, using new CMake variables.
7 set(CMAKE_CXX_STANDARD 14)
8 set(CMAKE_CXX_STANDARD_REQUIRED True)
9 -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto -Wall")
10 +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
12 # If the BuildType is Debug, then add -rdynamic.
13 # (used to print stacktrace with function names)