Skip to content

Commit

Permalink
Add -flto=full flag for ifx compiler. #25
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 23, 2024
1 parent 961f992 commit 2914b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ options run --example
options --target dot
options --profile release
options --compiler ifx
options --flag "-O3 -mtune=native -xHost -llapack -lblas -qopenmp -DINT64"
options --flag "-O3 -mtune=native -xHost -llapack -lblas -qopenmp -flto=full -DINT64"

@benchmark-dot-ifort
options run --example
Expand Down

0 comments on commit 2914b15

Please sign in to comment.