change stitch alloc default to .always

This commit is contained in:
Karl Seguin
2025-06-02 19:24:08 +08:00
parent ac75f9bf57
commit 2ef7ea6512
3 changed files with 3 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ pub const URL = struct {
}
const StitchOpts = struct {
alloc: AllocWhen = .if_needed,
alloc: AllocWhen = .always,
const AllocWhen = enum {
always,