strip dev-only asserts at build stage

This commit is contained in:
ed 2024-09-14 22:17:35 +00:00
parent 0527b59180
commit 2927bbb2d6
11 changed files with 62 additions and 58 deletions

View file

@ -70,6 +70,10 @@ def uh2(fp):
continue
on = True
if " # !rm" in ln:
continue
lns.append(ln)
cs = "\n".join(lns)