Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1555:b730bc3d7c55
Date: 2015-01-20 13:41 +0100
http://bitbucket.org/pypy/stmgc/changeset/b730bc3d7c55/

Log:    It takes ages to compile with a debug-mode llvm

diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt
--- a/c7/llvmfix/README.txt
+++ b/c7/llvmfix/README.txt
@@ -14,7 +14,7 @@
  cd ..
  mkdir llvm-build
  cd llvm-build
- ../llvm/configure      # requires gcc >= 4.7!
+ ../llvm/configure --enable-optimized      # requires gcc >= 4.7!
  make
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to