diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-05-31 22:48:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-05-31 22:48:18 +0200 |
commit | 0fe7721c8cfeda2a3b497103d2c0cc59a678e2f6 (patch) | |
tree | 3ed3af4e0575cdb8179e7543c5d923474aeb6f26 /target/linux | |
parent | d151e4e35940ae7ee978c4db1b46dc7505dfdb92 (diff) |
linux: enable unwinder with no runtime overhead
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/kernel.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config index 8d7f9fda2..79b263f75 100644 --- a/target/linux/kernel.config +++ b/target/linux/kernel.config @@ -27,3 +27,4 @@ CONFIG_MULTIUSER=y CONFIG_VDSO=y CONFIG_ADVISE_SYSCALLS=y CONFIG_POSIX_TIMERS=y +CONFIG_UNWINDER_GUESS=y |