add some compiler flags to make quieter
authorDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 20:28:04 +0000 (20:28 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 20:28:04 +0000 (20:28 +0000)
python/Makefile.am

index 9834b0ecd27dd541558feaa712b5f59ed8abe1ea..97478abbad352b59e5ad2b5fcb0785d9563674ef 100644 (file)
@@ -2,7 +2,8 @@
 pyexec_LTLIBRARIES = _comedi.la
 
 _comedi_la_SOURCES = comedi_wrap.c
-_comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) $(PYTHON_INCLUDES)
+_comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) $(PYTHON_INCLUDES) \
+       -fno-strict-aliasing -Wno-unused-function
 _comedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
 
 pyexec_SCRIPTS = comedi.py