Skip to content

Commit

Permalink
Compiler flag added for Basis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
llnl-fesp committed Jan 12, 2025
1 parent ea631f0 commit 60d456f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/std/linux_docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FGroup = 1
Use = gfortran
Optimize = -Ofast
Debug = -g
Flags = -fcray-pointer -cpp
Flags = -fcray-pointer -cpp -fallow-argument-mismatch

CGroup = 1
Use = gnu_cc
Expand All @@ -35,4 +35,4 @@ FGroup = 2 (api/fimp.m)
Use = gfortran
Optimize = -Ofast
Debug = -g
Flags = -fcray-pointer -cpp
Flags = -fcray-pointer -cpp -fallow-argument-mismatch

0 comments on commit 60d456f

Please sign in to comment.