mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00: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. (cherry picked from commit 85b7ce8c2f6daf0db80e801d7fb2503d070765ce)
5.8 KiB
5.8 KiB