aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/mimalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/mimalloc.py')
-rw-r--r--src/allocators/mimalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/mimalloc.py b/src/allocators/mimalloc.py
index b636a04..e079176 100644
--- a/src/allocators/mimalloc.py
+++ b/src/allocators/mimalloc.py
@@ -5,7 +5,7 @@ version = "master"
mimalloc_src = src.allocator.Allocator_Sources("mimalloc",
["git clone https://github.com/microsoft/mimalloc"],
["git checkout ".format(version)],
- ["git stash"])
+ ["git reset --hard"])
class Mimalloc (src.allocator.Allocator):