kernel: try some shit to get the compiler to put a backtrace

This commit is contained in:
RaphProductions 2025-05-16 15:58:51 +02:00
parent ca489e986a
commit cfc9159ad9
7 changed files with 90 additions and 10 deletions

View file

@ -58,7 +58,9 @@ override CFLAGS += \
-fno-stack-check \
-fno-PIC \
-ffunction-sections \
-fdata-sections
-fdata-sections \
-fno-omit-frame-pointer \
-fno-optimize-sibling-calls
# Internal C preprocessor flags that should not be changed by the user.
override CPPFLAGS := \