Skip to content

Commit 76614d0

Browse files
committed
fix
1 parent 1152320 commit 76614d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case "$1" in
2424

2525
coverage)
2626
echo "Building with coverage option"
27-
PG_CFLAGS+="-g -fprofile-arcs -ftest-coverage"
27+
PG_CFLAGS+=" -g -fprofile-arcs -ftest-coverage"
2828
;;
2929

3030
*)

0 commit comments

Comments
 (0)