Skip to content

Commit

Permalink
Merge pull request #743 from tkelman/patch-1
Browse files Browse the repository at this point in the history
re enable Fortran optimization flag on windows
  • Loading branch information
xianyi committed Feb 2, 2016
2 parents 52eba81 + 5fef0d1 commit 9f080c4
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 @@ -986,12 +986,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 9f080c4

Please sign in to comment.