projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41a632
)
add some compiler flags to make quieter
author
David Schleef
<ds@schleef.org>
Wed, 4 Jun 2003 20:28:04 +0000
(20:28 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 4 Jun 2003 20:28:04 +0000
(20:28 +0000)
python/Makefile.am
patch
|
blob
|
history
diff --git
a/python/Makefile.am
b/python/Makefile.am
index 9834b0ecd27dd541558feaa712b5f59ed8abe1ea..97478abbad352b59e5ad2b5fcb0785d9563674ef 100644
(file)
--- a/
python/Makefile.am
+++ b/
python/Makefile.am
@@
-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