Files
Will Anderson 049a7712f4
El CI -dev / build-and-test (pull_request) Failing after 54s
ci: add -lm and allow-multiple-definition for bootstrap build
el_runtime.c uses pow/sqrt/log/sin/cos/exp - needs -lm.
elc-bootstrap.c predates the text-processing primitives commit so it
has its own C definitions of is_digit/is_whitespace; -Wl,--allow-multiple-definition
lets the linker accept both (equivalent implementations).
2026-05-04 16:08:47 -05:00
..