[Cmake-commits] [cmake-commits] hoffman committed G95-Fortran.cmake NONE 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 28 12:15:03 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/Compiler
In directory public:/mounts/ram/cvs-serv18987/Modules/Compiler

Added Files:
      Tag: CMake-2-8
	G95-Fortran.cmake 
Log Message:
RC 4 merge


--- NEW FILE: G95-Fortran.cmake ---
set(CMAKE_Fortran_FLAGS_INIT "")
set(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
set(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
set(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
set(CMAKE_Fortran_MODDIR_FLAG "-fmod=")
set(CMAKE_Fortran_VERBOSE_FLAG "-v")



More information about the Cmake-commits mailing list