Skip to content

Commit ba96347

Browse files
authored
Make LTO opt-in by default instead of opt-out (#167)
1 parent 9e2c1a3 commit ba96347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(aws-lambda-runtime
44
VERSION 0.0.0
55
LANGUAGES CXX)
66

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

1010
add_library(${PROJECT_NAME}

0 commit comments

Comments
 (0)