[pypy-commit] pypy reflex-support: benchmark fix for 64b

wlav noreply at buildbot.pypy.org
Wed Feb 15 00:45:28 CET 2012


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
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
 
 


More information about the pypy-commit mailing list