kernel: try some shit to get the compiler to put a backtrace
This commit is contained in:
parent
ca489e986a
commit
cfc9159ad9
7 changed files with 90 additions and 10 deletions
|
@ -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 := \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue