From c21d1c2d7e5a99684aba2c778f7cf95306d1c53d Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Tue, 14 May 2024 13:25:09 -0400 Subject: [PATCH] Do not strip binary during installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4099cc7d9a..34af3ba61b 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ clangd-diagnostics: | allconfig java_native_header # Installation install: - cmake --install build/release --prefix $(PREFIX) --strip + cmake --install build/release --prefix $(PREFIX) # Cleaning