We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997e4f9 commit 943a5dfCopy full SHA for 943a5df
build.sh
@@ -237,7 +237,6 @@ fi
237
if [[ $CODE_COVERAGE == [yY]* ]]; then
238
echo "Trying to compile with code coverage instrumentation."
239
COVERAGE="-coverage"
240
- FCOMPILERFLAGS+=' -O0'
241
fi
242
243
if [[ $CODE_PROFILE == [yY]* ]]; then
@@ -262,9 +261,6 @@ fi
262
261
echo ""
263
echo "Building library..."
264
265
-# work around for FoBiS.py PR #45
266
-[ -d "$LIBDIR" ] || mkdir "$LIBDIR"
267
-
268
FoBiS.py build -ch -compiler ${FCOMPILER} ${CUSTOM} -cflags "${FCOMPILERFLAGS} ${DEFINES}" ${COVERAGE} ${PROFILING} -dbld ${LIBDIR} -s ${SRCDIR} -dmod ./ -dobj ./ -t ${MODCODE} -o ${LIBOUT} -mklib static -colors
269
270
#build the unit tests (uses the above library):
0 commit comments