diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -566,6 +566,15 @@ config OVERRIDE_APPLETS | |||
566 | environment variable. BB_OVERRIDE_APPLETS is checked first, if it | 566 | environment variable. BB_OVERRIDE_APPLETS is checked first, if it |
567 | allows the applet and this list is non-empty it is checked too. | 567 | allows the applet and this list is non-empty it is checked too. |
568 | 568 | ||
569 | config UNWIND_TABLES | ||
570 | bool "Include stack unwind tables in the binary" | ||
571 | default y | ||
572 | depends on PLATFORM_MINGW32 | ||
573 | help | ||
574 | Binaries can include support for stack unwinding. This isn't | ||
575 | normally required in BusyBox, but Windows' Control Flow Guard | ||
576 | needs it. Disabling this reduces the size of the binaries. | ||
577 | |||
569 | comment 'Build Options' | 578 | comment 'Build Options' |
570 | 579 | ||
571 | config STATIC | 580 | config STATIC |