From ff1fabb7ae5aad8d8a4ec3b40dbe98209e9d3108 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sun, 27 Aug 2023 14:04:27 +0200 Subject: [PATCH] Remove unused Makefile variables --- cpp/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/Makefile b/cpp/Makefile index 5146006360..6615e0f352 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -7,8 +7,6 @@ CROSS_COMPILE = CXX = $(CROSS_COMPILE)g++ -AR = $(CROSS_COMPILE)ar -RANLIB = $(CROSS_COMPILE)ranlib ## DEBUG=1 : A Debug build includes the debugger symbols ## and disables compiler optimization. Typically,