From e9ebfaca1ef66c1bc1d2f55ac916d831b2ac8c20 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 7b26d95..3cdaf03 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ RACK_DIR ?= ../.. FLAGS += -Idep/include CFLAGS += -CXXFLAGS += -g +CXXFLAGS += -LDFLAGS += -g +LDFLAGS += SOURCES += $(wildcard src/*.cpp)