Skip to content

Commit 3c5aca5

Browse files
committed
Attempt to pass compiler flags through profile
1 parent cd76f7f commit 3c5aca5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fpm.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ author = "Connor Aird, Mashy Green, Duncan Leggat, Ilektra Christidi, Tuomas Kos
55
maintainer = "[email protected]"
66
copyright = "Copyright 2025, UCL ARC"
77

8+
[fortran]
9+
source-form = "free"
10+
11+
[profiles.gfortran.linux]
12+
flags = "-ffree-line-length-none"
13+
814
[build]
915
auto-executables = true
1016
auto-tests = true

0 commit comments

Comments
 (0)