We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1152320 commit 76614d0Copy full SHA for 76614d0
ci_scripts/build.sh
@@ -24,7 +24,7 @@ case "$1" in
24
25
coverage)
26
echo "Building with coverage option"
27
- PG_CFLAGS+="-g -fprofile-arcs -ftest-coverage"
+ PG_CFLAGS+=" -g -fprofile-arcs -ftest-coverage"
28
;;
29
30
*)
0 commit comments