Author: Wim Lavrijsen <[email protected]> Branch: reflex-support Changeset: r52494:04baca12b2b5 Date: 2012-02-13 13:04 -0800 http://bitbucket.org/pypy/pypy/changeset/04baca12b2b5/
Log: benchmark fix for 64b diff --git a/pypy/module/cppyy/bench/Makefile b/pypy/module/cppyy/bench/Makefile --- a/pypy/module/cppyy/bench/Makefile +++ b/pypy/module/cppyy/bench/Makefile @@ -17,10 +17,10 @@ ifeq ($(shell $(genreflex) --help | grep -- --with-methptrgetter),) genreflexflags= - cppflags2=-O3 + cppflags2=-O3 -fPIC else genreflexflags=--with-methptrgetter - cppflags2=-Wno-pmf-conversions -O3 + cppflags2=-Wno-pmf-conversions -O3 -fPIC endif _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
