Skip to content

Commit

Permalink
set optimization to 03
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Mar 9, 2021
1 parent b230c6a commit d2ecd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ libsme_la_SOURCES = \
src/sme/hlinop.f \
src/sme/hlinprof.f
libsme_la_LDFLAGS = -fPIC -version-info 5:22:0 -shared -no-undefined
libsme_la_CPPFLAGS = -fPIC -shared
libsme_la_FFLAGS = -fPIC -shared -fexpensive-optimizations
libsme_la_CPPFLAGS = -fPIC -shared -O3
libsme_la_FFLAGS = -fPIC -shared -O3
libsme_la_LIBADD = -lc -lm -lstdc++ -lgfortran

dist_pkgdata_DATA = src/data/bpo_self.grid.INTEL \
Expand Down

0 comments on commit d2ecd87

Please sign in to comment.