File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def call(cmd):
9191 extra_build_options = os .getenv ('ENABLE_ELEMENTS' , '' )
9292 call ('./tools/cleanup.sh' )
9393 call ('./tools/autogen.sh' )
94- call ('./configure --enable-swig-python {}' .format (extra_build_options ))
94+ call ('./configure --enable-swig-python --enable-ecmult-static-precomputation {}' .format (extra_build_options ))
9595 call ('make -j{}' .format (multiprocessing .cpu_count ()))
9696
9797 # Copy the so that has just been built to the build_dir that distutils expects it to be in
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ for arch in $ARCH_LIST; do
3838 fi
3939
4040 # What we want built
41- useropts=" --enable-swig-java $ENABLE_ELEMENTS "
41+ useropts=" --enable-swig-java $ENABLE_ELEMENTS --enable-ecmult-static-precomputation "
4242
4343 # Configure and build with the above options
4444 android_build_wally $arch $toolsdir $api $useropts
Original file line number Diff line number Diff line change 44
55tools/cleanup.sh
66tools/autogen.sh
7- ./configure --enable-js-wrappers --disable-swig-python --disable-swig-java $DEBUG_WALLY $ENABLE_ELEMENTS
7+ ./configure --enable-js-wrappers --disable-swig-python --disable-swig-java --enable-ecmult-static-precomputation $DEBUG_WALLY $ENABLE_ELEMENTS
88num_jobs=4
99if [ -f /proc/cpuinfo ]; then
1010 num_jobs=$( grep ^processor /proc/cpuinfo | wc -l)
You can’t perform that action at this time.
0 commit comments