Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] disable MSVC for now. mingw-w64 is almost there
[simgrid.git] / tools / cmake / PrintArgs.cmake
index ebbdf1a..57e2725 100644 (file)
@@ -102,6 +102,7 @@ message("")
 message("        CFlags ......................: ${CMAKE_C_FLAGS}")
 message("        CXXFlags ....................: ${CMAKE_CXX_FLAGS}")
 message("        LDFlags .....................: ${CMAKE_C_LINK_FLAGS}")
+message("        with LTO ....................: ${enable_lto}")
 message("")
 
 if (HAVE_NS3)