Skip to content

Commit e270e9f

Browse files
committed
Make FoBiS.py pass -O0 when -coverage
1 parent 530635d commit e270e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

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

242243
if [[ $CODE_PROFILE == [yY]* ]]; then

0 commit comments

Comments
 (0)