diff options
author | Yang Tse <yangsita@gmail.com> | 2010-12-02 19:09:15 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-12-02 19:09:15 +0100 |
commit | dd5d3518e491f1294f7af9213c204a5bf4e17df3 (patch) | |
tree | 6771d7bc5fec58fc979bcc9b48b77690e3833686 /m4 | |
parent | 07f60235b06a172a98082d11f065c13f7ecb1ec0 (diff) |
configure: undo using autobuilds to temporarily verify strict aliasing warnings.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-compilers.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 44998c06e..413293b10 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -935,11 +935,6 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ dnl Also, on gcc 4.0.X it is totally unbearable and complains all dnl over making it unusable for generic purposes. Let's not use it. tmp_CFLAGS="$tmp_CFLAGS" - dnl When cross-compiling with gcc 3.0 or later, - dnl enable strict aliasing rules and warnings. - if test "x$cross_compiling" = "xyes"; then - tmp_CFLAGS="$tmp_CFLAGS -fstrict-aliasing -Wstrict-aliasing=2" - fi fi # dnl Only gcc 3.3 or later |