
28 Jul
2008
28 Jul
'08
5:28 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/swilena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Speed up Swilena. * python/Makefile.am (TOOLS_CXXFLAGS, AM_CXXFLAGS): New. Use flags for tools, that use optimization options. Makefile.am | 2 ++ 1 file changed, 2 insertions(+) Index: python/Makefile.am --- python/Makefile.am (revision 2107) +++ python/Makefile.am (working copy) @@ -8,6 +8,8 @@ CLEANFILES = AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/milena +TOOLS_CXXFLAGS = @TOOLS_CXXFLAGS@ +AM_CXXFLAGS = $(TOOLS_CXXFLAGS) AM_SWIGFLAGS = -c++ -python -I$(top_srcdir)/milena ## We build modules, not plain libs. AM_LDFLAGS = -avoid-version -module -shared
6261
Age (days ago)
6261
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain