From 6c585086cd899c81cadcb366ae160f4cd2773a6f Mon Sep 17 00:00:00 2001 From: ilikecats Date: Sun, 7 Jul 2024 19:04:56 -0700 Subject: [PATCH] Revert "Strip binary after compilation" This reverts commit ee09a8aa012b1e1494eb1d2f543529da9aabf3ec. Revert previous commit, I want to commit to both branches --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c485a24..0828869 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ default: g++ main.cpp -o collatz - strip collatz