Skip to content

Commit 71f3fb8

Browse files
committed
Add -fallow-argument-mismatch to plumed build
1 parent bdc070b commit 71f3fb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ if [[ $PLUMED = "TRUE" ]];then
156156
echo "File $PLUMED_INC does not exist!"
157157
exit 1
158158
fi
159+
# https://stackoverflow.com/a/71338499/3682277
160+
FFLAGS="$FFLAGS -fallow-argument-mismatch"
159161
fi
160162

161163
echo "Generating local build configuration for ABIN"

0 commit comments

Comments
 (0)