We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e9da1 commit f8e41abCopy full SHA for f8e41ab
src/tools/pginclude/pgrminclude
@@ -70,6 +70,8 @@ do
70
fi
71
echo "}" >>/tmp/$$.c
72
73
+ # Use -O1 to get warnings only generated by optimization,
74
+ # but -O2 is too slow.
75
cc -fsyntax-only -Werror -Wall -Wmissing-prototypes \
76
-Wmissing-declarations -I/pg/include -I/pg/backend \
77
-I/pg/interfaces/libpq -I`dirname $FILE` $CFLAGS -O1 -c /tmp/$$.c \
0 commit comments