From 1afdbe6932bdea758229d9914d504030c919c24a Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 7 Mar 2025 12:48:35 -0500 Subject: [PATCH] build: Let's include speedscope again. We're no longer trying to fit into a 5MB APK or anything. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e7b186d1..207bcdd7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -985,7 +985,8 @@ PACKAGE_DIRS := \ core \ deps/codemirror \ deps/prettier \ - deps/lit + deps/lit \ + deps/speedscope RAW_FILES := $(sort $(filter-out apps/blog% apps/issues% apps/welcome% apps/journal% %.map, $(shell find $(PACKAGE_DIRS) -type f -not -name '.*')))