summaryrefslogtreecommitdiff
path: root/bbq/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bbq/CMakeLists.txt')
-rw-r--r--bbq/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbq/CMakeLists.txt b/bbq/CMakeLists.txt
index f6cf563..a86ea7f 100644
--- a/bbq/CMakeLists.txt
+++ b/bbq/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT DEFINED OUTPUT_DIR)
endif()
# 设置编译类型,默认Release
-add_compile_options(-Wall -Wextra -flto)
+add_compile_options(-Wall -Wextra)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)