mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
When compiling with `-O2 -g1` optimizations (as done in the main Serenity build), no out-of-line definitions end up emitted for `Value::to_numeric`, causing files that reference the function but don't include the definition from `ValueInlines.h` to add an undefined reference in LibJS.so.
5.8 KiB
5.8 KiB