From 75571520ed91f6ca801b7ad206a165f5c248d8d6 Mon Sep 17 00:00:00 2001 From: Brian Heim Date: Wed, 18 Dec 2019 18:45:06 -0600 Subject: [PATCH] fixup! SC: hide timing test code behind macro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c8460a..c72a7b3 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ ifeq ($(SUPERCOLLIDER), 1) SOURCES += src/SuperColliderEngine.cpp FLAGS += -Idep/supercollider/include -Idep/supercollider/include/common -Idep/supercollider/lang -Idep/supercollider/common -Idep/supercollider/include/plugin_interface FLAGS += -DNDEBUG # TODO is this OK? -# FLAGS += SC_VCV_ENGINE_TIMING # uncomment to turn on timing printing while running +# FLAGS += -DSC_VCV_ENGINE_TIMING # uncomment to turn on timing printing while running supercollider := dep/supercollider/build/lang/libsclang.a OBJECTS += $(supercollider) DEPS += $(supercollider)