From f6acd0d44d70f534417970a2260e7376db6a457a Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 1 Dec 2021 15:05:31 +0000 Subject: [PATCH] added input to repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for day1's current commit: Blessing − 吉 --- day1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/Makefile b/day1/Makefile index bdf113f..3a345b0 100644 --- a/day1/Makefile +++ b/day1/Makefile @@ -24,7 +24,7 @@ CXX_OPT_FLAGS?= $(OPT_FLAGS) -felide-constructors CFLAGS += $(COMMON_FLAGS) --std=gnu17 CXXFLAGS += $(COMMON_FLAGS) --std=gnu++20 -LDFLAGS += -ltracem +LDFLAGS += STRIP=strip