gprs: Disable strict aliasing as we are breaking the rules right now

This commit is contained in:
Holger Hans Peter Freyther 2010-05-23 20:51:03 +08:00
parent 0342540813
commit 972c1f33b9
1 changed files with 1 additions and 1 deletions

View File

@ -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