Skip to content

Commit

Permalink
re enable Fortran optimization flag on windows
Browse files Browse the repository at this point in the history
partial revert of 299cdcd
from #696, was not explained why that was needed
  • Loading branch information
tkelman committed Jan 18, 2016
1 parent 692d9c8 commit 1edc92e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -985,12 +985,8 @@ COMMON_OPT = -O2
endif

ifndef FCOMMON_OPT
ifeq ($(OSNAME), WINNT)
FCOMMON_OPT = -O0
else
FCOMMON_OPT = -O2 -frecursive
endif
endif



Expand Down

0 comments on commit 1edc92e

Please sign in to comment.