From 4637b97a0757889b4a12b50053e3a9b0924863bf Mon Sep 17 00:00:00 2001 From: Buck Golemon Date: Mon, 10 Nov 2014 10:28:51 -0800 Subject: [PATCH] enable debug symbols for coveragepy --- repro.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/repro.sh b/repro.sh index 54f2751..014e2c8 100755 --- a/repro.sh +++ b/repro.sh @@ -6,6 +6,7 @@ mkdir clean cd clean/ virtualenv tmpvenv +export CFLAGS='-g' # enable debug symbols for extensions built by pip ./tmpvenv/bin/pip install --upgrade pip wheel coverage ./tmpvenv/bin/pip wheel coverage ./tmpvenv/bin/python -m coverage.__main__ run -m pip install --no-index --ignore-installed --find-links wheelhouse/ coverage