* Makefile.am: Compile with -fno-strict-aliasing to avoid the warnings
[libradsec.git] / Makefile.am
index e2ab1e0..c0e7cbd 100644 (file)
@@ -37,11 +37,11 @@ catgconf_SOURCES    = debug.c \
                       gconfig.c \
                       catgconf.c
 
-radsecproxy_CFLAGS  = -g -Wall @SSL_CFLAGS@ @TARGET_CFLAGS@
+radsecproxy_CFLAGS  = -g -Wall -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@
 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
 radsecproxy_LDADD   = @SSL_LIBS@
 
-catgconf_CFLAGS     = -g -Wall @TARGET_CFLAGS@
+catgconf_CFLAGS     = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@
 catgconf_LDFLAGS    = @TARGET_LDFLAGS@
 
 EXTRA_DIST = radsecproxy.conf-example \