1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 17a4944..33406f3 100644
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)