aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 20:51:03 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 20:51:03 +0800
commit972c1f33b9633cde2e238c23c287fde894d728fd (patch)
treefdff7cc52d850df1396025aab04f9294d5a0742a /openbsc/src/gprs/Makefile.am
parent0342540813bd338f737f4369ddc0e98de1f90d8b (diff)
gprs: Disable strict aliasing as we are breaking the rules right now
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index 3a014f73c..191f6193c 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
+AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) -fno-strict-aliasing
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
noinst_LIBRARIES = libgb.a