Revert MusyX debug settings

Former-commit-id: 808563bc4f8843312826c29e65312b16093b36cb
This commit is contained in:
Phillip Stephens 2023-10-26 18:50:20 -07:00
parent 7d74b1f127
commit be56c93593
1 changed files with 5 additions and 5 deletions

View File

@ -1172,11 +1172,11 @@ config.libs = [
], ],
}, },
MusyX( MusyX(
debug=True, #debug=True,
mw_version="GC/1.2.5", #mw_version="GC/1.2.5",
major=1, #major=1,
minor=5, #minor=5,
patch=3, #patch=3,
objects=[ objects=[
Object(Matching, "musyx/runtime/seq.c"), Object(Matching, "musyx/runtime/seq.c"),
Object(Matching, "musyx/runtime/synth.c"), Object(Matching, "musyx/runtime/synth.c"),