Skip to content

Commit 5643bbd

Browse files
committed
[libc] Keep framepointers for baremetal
Keep framepointers enabled by default for the default baremetal libc builds.
1 parent be21bd9 commit 5643bbd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc/config/baremetal/config.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,5 @@
3030
"LIBC_CONF_MATH_OPTIMIZATIONS": {
3131
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES)"
3232
}
33-
},
34-
"codegen": {
35-
"LIBC_CONF_KEEP_FRAME_POINTER": {
36-
"value": false
37-
}
3833
}
3934
}

0 commit comments

Comments
 (0)