Author: Armin Rigo <[email protected]>
Branch:
Changeset: r60793:b366d0104c42
Date: 2013-01-31 22:25 +0100
http://bitbucket.org/pypy/pypy/changeset/b366d0104c42/
Log: Don't include profiling.c by default. It should be included by
interp_lsprof already. It would end with the file listed twice in
the Makefile...
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -761,7 +761,6 @@
srcdir / 'exception.c',
srcdir / 'rtyper.c', # ifdef HAVE_RTYPER
srcdir / 'support.c',
- srcdir / 'profiling.c',
srcdir / 'debug_print.c',
srcdir / 'debug_traceback.c', # ifdef HAVE_RTYPER
srcdir / 'asm.c',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit