diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-28 13:27:53 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-28 13:55:32 -0500 |
commit | be1ef1c62ad13612be5e1f879476c24452a5d6d0 (patch) | |
tree | 891993b14299332c73ce5f34c7edb4094eefdc58 /Makefile.am | |
parent | 0368c4b1a1341889bb86a80887d4c91d224f339c (diff) | |
download | sssd2-be1ef1c62ad13612be5e1f879476c24452a5d6d0.tar.gz sssd2-be1ef1c62ad13612be5e1f879476c24452a5d6d0.tar.xz sssd2-be1ef1c62ad13612be5e1f879476c24452a5d6d0.zip |
Add -fno-strict-aliasing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e2a2a09f..a89b3230 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,8 @@ endif if HAVE_GCC AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ -Wcast-qual -Wcast-align -Wwrite-strings \ - -Werror-implicit-function-declaration + -Werror-implicit-function-declaration \ + -fno-strict-aliasing endif dist_pkgconfig_DATA = |