We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412be35 commit 80879e0Copy full SHA for 80879e0
.github/workflows/build.yml
@@ -220,6 +220,7 @@ jobs:
220
elif test "$FC" = "lfortran" ; then \
221
echo "FPM_FC=lfortran" >> "$GITHUB_ENV" ; \
222
echo "FFLAGS=--cpp $FFLAGS" >> "$GITHUB_ENV" ; \
223
+ echo "FPM_FLAGS=--profile debug --verbose" >> "$GITHUB_ENV" ; : fpm 0.13 workaround ; \
224
else \
225
echo "FPM_FC=gfortran-${COMPILER_VERSION}" >> "$GITHUB_ENV" ; \
226
echo "FFLAGS=-ffree-line-length-0 $FFLAGS" >> "$GITHUB_ENV" ; \
0 commit comments