Browse Source

Merge pull request #743 from tkelman/patch-1

re enable Fortran optimization flag on windows
tags/v0.2.16.rc1
Zhang Xianyi 9 years ago
parent
commit
9f080c47e1
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      Makefile.system

+ 0
- 4
Makefile.system View File

@@ -986,12 +986,8 @@ COMMON_OPT = -O2
endif

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





Loading…
Cancel
Save