diff options
Diffstat (limited to 'src/allocators/tbbmalloc.py')
| -rw-r--r-- | src/allocators/tbbmalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/tbbmalloc.py b/src/allocators/tbbmalloc.py index 317c527..db24395 100644 --- a/src/allocators/tbbmalloc.py +++ b/src/allocators/tbbmalloc.py @@ -5,7 +5,7 @@ version = "2019_U8" source = src.allocator.Allocator_Sources("tbb", ["git clone https://github.com/intel/tbb.git"], ["git checkout {}".format(version)], - ["git stash"]) + ["git reset --hard"]) class TBBMalloc (src.allocator.Allocator): |
