Make log and exp no-strip.

This commit is contained in:
Christoffer Lerno
2025-08-27 14:41:19 +02:00
parent 28b9be64ee
commit 3c6e6f1965
4 changed files with 11 additions and 4 deletions

6
lib/std/os/nolibc.c3 Normal file
View File

@@ -0,0 +1,6 @@
module std::math::nolibc @if(env::NO_LIBC);
fn void __stack_chk_fail() @extern("__stack_chk_fail") @nostrip @noreturn @weak
{
$$trap();
}