Skip to content

Commit

Permalink
remove supercollider -DNDEBUG flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mossheim committed Mar 1, 2021
1 parent 2ff382c commit 22d951f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ endif
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
# FLAGS += -DSC_VCV_ENGINE_TIMING # uncomment to turn on timing printing while running
supercollider := dep/supercollider/build/lang/libsclang.a
OBJECTS += $(supercollider)
Expand Down

0 comments on commit 22d951f

Please sign in to comment.