[pypy-commit] stmgc default: Update README

arigo noreply at buildbot.pypy.org
Wed Mar 25 17:33:50 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1740:ded5aa39a871
Date: 2015-03-25 17:34 +0100
http://bitbucket.org/pypy/stmgc/changeset/ded5aa39a871/

Log:	Update README

diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt
--- a/c7/llvmfix/README.txt
+++ b/c7/llvmfix/README.txt
@@ -15,6 +15,7 @@
  mkdir llvm-build
  cd llvm-build
  ../llvm/configure --enable-optimized      # requires gcc >= 4.7!
+                   --disable-assertions    # optional
  make
 
 


More information about the pypy-commit mailing list