There was an error while loading. Please reload this page.
2 parents d7a2b6b + ea88da8 commit 62d964cCopy full SHA for 62d964c
cmake/StandardProjectSettings.cmake
@@ -23,7 +23,7 @@ endif()
23
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
24
25
option(ENABLE_IPO
26
- "Enable Iterprocedural Optimization, aka Link Time Optimization (LTO)"
+ "Enable Interprocedural Optimization, aka Link Time Optimization (LTO)"
27
OFF)
28
29
if(ENABLE_IPO)
0 commit comments