X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/47a98af9946e6db0a7001646c82523edfbae616e..89443fc81cc2c677259ca977b0ee8ffd25174243:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d45268ef6..acb0f7d8b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -854,7 +854,8 @@ if(enable_python) target_link_libraries(python-bindings PUBLIC simgrid) set_target_properties(python-bindings PROPERTIES LIBRARY_OUTPUT_NAME simgrid - CXX_VISIBILITY_PRESET "default") + CXX_VISIBILITY_PRESET "default" + INTERPROCEDURAL_OPTIMIZATION FALSE) add_dependencies(tests python-bindings) set_property(TARGET python-bindings APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")