Skip to content

Commit

Permalink
Updated Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
David A Minton committed Sep 14, 2019
1 parent 204dfc1 commit f77720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AM_FCFLAGS = -O3 -qopenmp -parallel -xHost -ipo -assume byterecl -m64 -heap-arr
#gfortran optimized flags
#AM_FCFLAGS = -O3 -fopenmp -ffree-form -g -fbounds-check -fbacktrace
#gfortran debug flags
AM_FCFLAGS = -O0 -g -fopenmp -fbounds-check -Wall -Warray-bounds -Warray-temporaries -Wimplicit-interface -ffree-form
#AM_FCFLAGS = -O0 -g -fopenmp -fbounds-check -Wall -Warray-bounds -Warray-temporaries -Wimplicit-interface -ffree-form

CTEM_SOURCES = globals/module_globals.f90\
util/module_util.f90\
Expand Down

0 comments on commit f77720d

Please sign in to comment.