Skip to content

Commit 0ac5eaf

Browse files
committed
-O2 default in build.sh
1 parent 43deaec commit 0ac5eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ BUILDDIR='lib/'
1111
BINDIR='bin/'
1212

1313
FCOMPILER='ifort'
14-
#FCOMPILERFLAGS='-O2'
15-
FCOMPILERFLAGS='-check all -debug full'
14+
FCOMPILERFLAGS='-O2'
15+
#FCOMPILERFLAGS='-check all -debug full'
1616

1717
ARCHIVER='ar'
1818
ARCHIVERFLAGS='-cq'

0 commit comments

Comments
 (0)