diff options
Diffstat (limited to 'src/allocators/tcmalloc.py')
| -rw-r--r-- | src/allocators/tcmalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/tcmalloc.py b/src/allocators/tcmalloc.py index a442e96..0940400 100644 --- a/src/allocators/tcmalloc.py +++ b/src/allocators/tcmalloc.py @@ -5,7 +5,7 @@ version = 2.7 tcmalloc_src = src.allocator.Allocator_Sources("tcmalloc", ["git clone https://github.com/gperftools/gperftools.git tcmalloc"], ["git checkout gperftools-{}".format(version), "./autogen.sh"], - ["git stash"]) + ["git reset --hard"]) class TCMalloc (src.allocator.Allocator): |
