1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Do not let external specification of CFLAGS stop us from adding

-fno-strict-aliasing.
This commit is contained in:
Tom Lane
2004-02-02 04:07:40 +00:00
parent a8fcb748e3
commit fce397ed12
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -2471,7 +2471,7 @@ fi
echo "$as_me:$LINENO: result: $pgac_cv_prog_cc_no_strict_aliasing" >&5
echo "${ECHO_T}$pgac_cv_prog_cc_no_strict_aliasing" >&6
if test "$ac_env_CFLAGS_set" != set; then
if test x"$pgac_cv_prog_cc_no_strict_aliasing" != x""; then
CFLAGS="$CFLAGS $pgac_cv_prog_cc_no_strict_aliasing"
fi