From 351f153591a352b03c257656e9509d5b4c1cf205 Mon Sep 17 00:00:00 2001 From: Isaac Khor Date: Mon, 15 Apr 2024 10:43:06 -0400 Subject: [PATCH] Remove gperftools from install-deps temporarily --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3122a55f..8ac14e98 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,5 @@ clean: install-deps: sudo apt install -y meson libfmt-dev libaio-dev librados-dev mold \ - libgoogle-perftools-dev libtcmalloc-minimal4 libboost-dev \ + libtcmalloc-minimal4 libboost-dev \ liburing-dev