Brianna Townsend

Results 1 comments of Brianna Townsend

I was getting the same issues described when building ReleaseFast on windows, unresolved externals for `_free_locale` and `_create_locale`, as stated, adding `__attribute__((used))` tp `lib/libc/minw/misc/_free_locale.c` and `lib/libc/minw/misc/_create_locale.c` resolved the issue. Alternatively,...