We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead480d commit 476fe4dCopy full SHA for 476fe4d
tests/test_cmake_build/subdirectory_function/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
project(test_subdirectory_function CXX)
13
14
add_subdirectory("${PYBIND11_PROJECT_DIR}" pybind11)
15
-pybind11_add_module(test_subdirectory_function THIN_LTO ../main.cpp)
+pybind11_add_module(test_subdirectory_function ../main.cpp)
16
set_target_properties(test_subdirectory_function PROPERTIES OUTPUT_NAME test_cmake_build)
17
18
add_custom_target(
0 commit comments