X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/57e75112e7ce09f9577c63184b2e7cebe2a312ba..777a5703f633447f8ac680182c1f2af1913d0477:/tools/cmake/Flags.cmake diff --git a/tools/cmake/Flags.cmake b/tools/cmake/Flags.cmake index 872fe659fe..638c322833 100644 --- a/tools/cmake/Flags.cmake +++ b/tools/cmake/Flags.cmake @@ -1,6 +1,8 @@ ## ## This file is in charge of setting our paranoid flags with regard to warnings and optimization. ## +## It is only used for gcc and clang. MSVC builds don't load this file. +## ## These flags do break some classical CMake tests, so you don't ## want to do so before the very end of the configuration. ##