Skip to content

Commit c94659e

Browse files
committed
Updated build flags.
1 parent 59aa12d commit c94659e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FC = gfortran
55
PREFIX = /usr/local
66

77
DEBUG = -g -O0 -Wall -fmax-errors=1
8-
RELEASE = -O2 -march=native
8+
RELEASE = -O2
99

1010
FFLAGS = $(RELEASE)
1111
LDFLAGS = -I$(PREFIX)/include -L$(PREFIX)/lib

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ program main
108108
end program main
109109
```
110110

111-
If the library is installed to `/opt`, then compile, link, and run the program
112-
with:
111+
If the library has been installed to `/opt`, then compile, link, and run the
112+
program with:
113113

114114
```
115115
$ gfortran -I/opt/include/libfortran-pcre2 -o example example.f90 /opt/lib/libfortran-pcre2.a -lpcre2-8

0 commit comments

Comments
 (0)