summaryrefslogtreecommitdiff
path: root/perf/CMakeLists.txt
diff options
context:
space:
mode:
authorliuyu <[email protected]>2024-07-07 23:26:41 +0800
committerliuyu <[email protected]>2024-07-07 23:26:41 +0800
commit6bc7e901fb569ad7cd786faa94233940bb0acace (patch)
treec6437570be6a0b9e2fa4797dbcb158eb260766db /perf/CMakeLists.txt
parent2735cff4a044e63054b241418293c87d7c8757b4 (diff)
先去掉-fltodev-cacheline-new
Diffstat (limited to 'perf/CMakeLists.txt')
-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)