added fortran compiler flags #148

This commit is contained in:
Giovanni Harting 2023-06-03 13:47:15 +02:00
parent c63fec1ce5
commit ddbf99756a
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ common:
- "-falign-functions=32" # https://github.com/InBetweenNames/gentooLTO/issues/164
kcflags: " -march=$march$ -O3"
kcppflags: " -march=$march$ -O3"
fcflags: "$CFLAGS"
fflags: "$CFLAGS"
lto:
rustflags: