Skip to content

Commit

Permalink
add -flto to response file
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Sep 29, 2023
1 parent 324f763 commit afe78b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpm.rsp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@buildgfortran
option build --compiler gfortran --flag "-O2"
option build --compiler gfortran --flag "-O3 -march=native -flto"

@testgfortran
option test --compiler gfortran --flag "-O2 -march=native -flto"
option test --compiler gfortran --flag "-O3 -march=native -flto"


@buildifort
Expand Down

0 comments on commit afe78b2

Please sign in to comment.