aboutsummaryrefslogtreecommitdiffstats
path: root/weight-balanced-trees.egg
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-15 18:55:27 -0500
committerGravatar Peter McGoron 2025-02-15 18:55:27 -0500
commit735f45c37274b5ef3801a4f1973919e95a9d5386 (patch)
treef15a84d61b365515a1d85dfab5c90065850f850a /weight-balanced-trees.egg
parentupdate to new test runner (diff)
add node->generator
Diffstat (limited to '')
-rw-r--r--weight-balanced-trees.egg3
1 files changed, 2 insertions, 1 deletions
diff --git a/weight-balanced-trees.egg b/weight-balanced-trees.egg
index aa0f88c..470ca73 100644
--- a/weight-balanced-trees.egg
+++ b/weight-balanced-trees.egg
@@ -7,5 +7,6 @@
(test-dependencies "srfi-133" "srfi-132" "srfi-194" "srfi-132" "srfi-128" "srfi-1" "srfi-64" "srfi-252" "srfi-158" "sexpr-srfi-64-runner" "srfi-197")
(components (extension mcgoron.weight-balanced-trees.internal
(source "mcgoron/weight-balanced-trees/internal.sld")
+ (types-file)
(source-dependencies "mcgoron/weight-balanced-trees/internal.scm")
- (csc-options "-R" "r7rs" "-X" "r7rs"))))
+ (csc-options "-O3" "-R" "r7rs" "-X" "r7rs"))))