Skip to content

Commit

Permalink
Reenable CMake lto
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Oct 23, 2023
1 parent 94d39c5 commit 4952d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

set(CMAKE_UNITY_BUILD ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)

project(jml-dev VERSION 0.1.0 LANGUAGES C CXX)
enable_testing()
Expand Down

0 comments on commit 4952d5c

Please sign in to comment.