Skip to content

Commit 943a5df

Browse files
committed
Remove old FoBiS.py bug work arounds
1 parent 997e4f9 commit 943a5df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ fi
237237
if [[ $CODE_COVERAGE == [yY]* ]]; then
238238
echo "Trying to compile with code coverage instrumentation."
239239
COVERAGE="-coverage"
240-
FCOMPILERFLAGS+=' -O0'
241240
fi
242241

243242
if [[ $CODE_PROFILE == [yY]* ]]; then
@@ -262,9 +261,6 @@ fi
262261
echo ""
263262
echo "Building library..."
264263

265-
# work around for FoBiS.py PR #45
266-
[ -d "$LIBDIR" ] || mkdir "$LIBDIR"
267-
268264
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
269265

270266
#build the unit tests (uses the above library):

0 commit comments

Comments
 (0)