From c58e1e35656e3bc15b6352c3b41caa176068efbf Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 29 Jun 2023 03:57:18 -0700 Subject: [PATCH] Revert debug configuration in config.py Former-commit-id: a21b2ca73b3b0fdbc97b7921033f3b7651a5af25 --- configure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.py b/configure.py index b5946adc..f2fdc619 100755 --- a/configure.py +++ b/configure.py @@ -919,10 +919,10 @@ LIBS = [ }, { "lib": "musyx", - "mw_version": "1.2.5", - "cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=3", - #"mw_version": "1.3.2", - #"cflags": "$cflags_musyx -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=4", + #"mw_version": "1.2.5", + #"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=3", + "mw_version": "1.3.2", + "cflags": "$cflags_musyx -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=4", "host": False, "objects": [ ["musyx/runtime/seq", False],