1
0
forked from ALHP/ALHP.GO

added fortran compiler flags #148

This commit is contained in:
2023-06-03 13:47:15 +02:00
parent c63fec1ce5
commit ddbf99756a

View File

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