/[lmdze]/trunk/ConfigureCompilerFlags.cmake
ViewVC logotype

Diff of /trunk/ConfigureCompilerFlags.cmake

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 335 by guez, Thu Sep 12 21:22:46 2019 UTC revision 344 by guez, Tue Nov 12 15:18:14 2019 UTC
# Line 4  if(CMAKE_Fortran_COMPILER_ID MATCHES GNU Line 4  if(CMAKE_Fortran_COMPILER_ID MATCHES GNU
4    
5    # Error and warning options:    # Error and warning options:
6    string(APPEND CMAKE_Fortran_FLAGS    string(APPEND CMAKE_Fortran_FLAGS
7      " -fmax-errors=1 -pedantic -Wall -Wcharacter-truncation -Wunused-parameter -Wno-conversion -Wimplicit-interface -Wimplicit-procedure -Wno-integer-division")      " -fmax-errors=1 -pedantic -Wall -Wcharacter-truncation -Wunused-parameter -Wno-conversion -Wno-integer-division")
8    
9    # Debugging options:    # Debugging options:
10    set(CMAKE_Fortran_FLAGS_DEBUG    set(CMAKE_Fortran_FLAGS_DEBUG

Legend:
Removed from v.335  
changed lines
  Added in v.344

  ViewVC Help
Powered by ViewVC 1.1.21