Skip to content

Commit

Permalink
Make LTO opt-in by default instead of opt-out (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomagdy authored Sep 9, 2022
1 parent 9e2c1a3 commit ba96347
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 @@ -4,7 +4,7 @@ project(aws-lambda-runtime
VERSION 0.0.0
LANGUAGES CXX)

option(ENABLE_LTO "Enables link-time optimization, requires compiler support." ON)
option(ENABLE_LTO "Enables link-time optimization, requires compiler support." OFF)
option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)

add_library(${PROJECT_NAME}
Expand Down

0 comments on commit ba96347

Please sign in to comment.