From 6fcfac878d710cfbcf52ff3bf8832fa5d5ba02d3 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 24 Feb 2023 18:35:02 -0800 Subject: [PATCH] Revert musyx config Former-commit-id: 9fb978a27f1209417497dc0249aabffca9c031a6 --- configure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.py b/configure.py index 3dd63f3c..7e3b0e90 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 ", - #"mw_version": "1.3.2", - #"cflags": "$cflags_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 ", + "mw_version": "1.3.2", + "cflags": "$cflags_musyx", "host": False, "objects": [ "musyx/runtime/seq",