From a4180208cb0f6a2a63b5580fba01bead26bdbebf Mon Sep 17 00:00:00 2001 From: Jerry Sievert Date: Thu, 26 Sep 2019 21:12:39 -0700 Subject: [PATCH] remove debug from build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd21f5a..35fcba7 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ RACK_DIR ?= ../.. FLAGS += CFLAGS += -CXXFLAGS += -g +CXXFLAGS += -LDFLAGS += -g +LDFLAGS += SOURCES += $(wildcard src/*.cpp)