Closed GoogleCodeExporter closed 9 years ago
Works with -fPIC. If the Makefile is changed from:
CXXFLAGS= -g -O2
to:
CXXFLAGS+= -g -O2
The environment's CXXFLAGS should be used. The appropriate changes were also
made in
the setup.py to allow CXXFLAGS support (r47)
Original comment by sir...@gmail.com
on 5 Sep 2008 at 1:40
Original comment by sir...@gmail.com
on 5 Sep 2008 at 1:40
Original issue reported on code.google.com by
sir...@gmail.com
on 18 Jun 2008 at 5:14