mirror of
https://github.com/curl/curl.git
synced 2026-06-03 20:34:17 +03:00
AIX xlc has to have strict aliasing turned off. If not, the optimizer
assumes that pointers can only point to an object of the same type.
This commit is contained in:
parent
6647ca6ec5
commit
4ab91a93e8
1 changed files with 4 additions and 0 deletions
|
|
@ -1459,6 +1459,10 @@ if test "x$RECENTAIX" = "xyes"; then
|
|||
XLC="yes"
|
||||
AC_MSG_RESULT([yes])
|
||||
CFLAGS="$CFLAGS -qthreaded"
|
||||
dnl AIX xlc has to have strict aliasing turned off. If not,
|
||||
dnl the optimizer assumes that pointers can only point to
|
||||
dnl an object of the same type.
|
||||
CFLAGS="$CFLAGS -qnoansialias"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue