Skip to content

Commit

Permalink
New Version 5.6.1
Browse files Browse the repository at this point in the history
Added more checks to Fortran debug compiler flags
  • Loading branch information
rneder committed Jun 28, 2016
1 parent 9eed2a2 commit d6921c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set (DIFFUSE_VERSION_MAJOR 5)
set (DIFFUSE_VERSION_MINOR 6)
set (DIFFUSE_VERSION_PATCH 0)
set (DIFFUSE_VERSION_PATCH 1)

# Readline required for all programs

Expand All @@ -49,7 +49,7 @@ set (DIFFUSE_LIBS ${READLINE_LIBRARY})
set (CMAKE_CXX_FLAGS "-fPIC")
set (CMAKE_C_FLAGS "-fPIC")
set (CMAKE_Fortran_FLAGS "-fPIC -cpp -O3")
#set (CMAKE_Fortran_FLAGS "-fPIC -cpp -fbounds-check -g -Wall")
#set (CMAKE_Fortran_FLAGS "-fPIC -cpp -fbounds-check -fcheck=all -g -Wall")

# Set different compiler flags for Portland compiler
if (PGF)
Expand Down

0 comments on commit d6921c1

Please sign in to comment.