We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8815542 commit 83e3c80Copy full SHA for 83e3c80
ci_scripts/build.sh
@@ -35,4 +35,4 @@ case "$1" in
35
esac
36
37
export CFLAGS
38
-sudo env "PATH=$PATH" make USE_PGXS=1 install -j
+sudo env "PATH=$PATH" CFLAGS="$CFLAGS" make USE_PGXS=1 install -j
0 commit comments