summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
Diffstat (limited to 'perf')
-rw-r--r--perf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/CMakeLists.txt b/perf/CMakeLists.txt
index bcb5aba..c24c2c7 100644
--- a/perf/CMakeLists.txt
+++ b/perf/CMakeLists.txt
@@ -26,7 +26,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
add_definitions(-D_GNU_SOURCE)
-add_compile_options(-Wall -Wextra -flto)
+add_compile_options(-Wall -Wextra)
# 库生成的路径
set(LIB_PATH ${OUTPUT_DIR}/lib)