Skip to content

Commit bd5ed50

Browse files
authored
Merge pull request #34 from rouson/fix-serial-build-instructions
doc(README): fix typo in serial build instructions
2 parents dd91121 + 68160f0 commit bd5ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Dependencies:
4646
#### Building in serial mode
4747

4848
```
49-
fpm build --flag "-cpp -O3 -ffast-math fcoarray=single"
49+
fpm build --flag "-cpp -O3 -ffast-math -fcoarray=single"
5050
```
5151

5252
#### Building in parallel mode

0 commit comments

Comments
 (0)