[pybind11] 01/07: Temporary fix for the gcc-6 LTO regression

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Feb 11 15:08:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pybind11.

commit 3477f64b6fc33b30e49c85f8f23997ef5efb61ba
Author: Jason Rhinelander <jason at imaginary.ca>
Date:   Fri Feb 10 16:21:34 2017 +0000

    Temporary fix for the gcc-6 LTO regression
---
 tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 763ad54..870866e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -65,7 +65,7 @@ if(PYBIND11_TEST_FILES_EIGEN_I GREATER -1)
 endif()
 
 # Create the binding library
-pybind11_add_module(pybind11_tests pybind11_tests.cpp
+pybind11_add_module(pybind11_tests NO_EXTRAS pybind11_tests.cpp
   ${PYBIND11_TEST_FILES} ${PYBIND11_HEADERS})
 
 pybind11_enable_warnings(pybind11_tests)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybind11.git



More information about the debian-science-commits mailing list