From abf61f18f30285bf1934e37fd5b3fe72896eb99b Mon Sep 17 00:00:00 2001 From: Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> Date: Thu, 24 Jun 2021 01:19:55 +0100 Subject: [PATCH] fixup --- Compilation-with-CMake:-common-information.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Compilation-with-CMake:-common-information.md b/Compilation-with-CMake:-common-information.md index 9f2c61b..9216914 100644 --- a/Compilation-with-CMake:-common-information.md +++ b/Compilation-with-CMake:-common-information.md @@ -192,4 +192,6 @@ CMake does not strip binaries by default. To install stripped binaries, pass the ``` make --install build_dir --strip -``` \ No newline at end of file +``` + +Note that stripped binaries will produce useless stacktraces. \ No newline at end of file