aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index f6159b30b..13eb33edc 100644
--- a/Config.in
+++ b/Config.in
@@ -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
569config 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
569comment 'Build Options' 578comment 'Build Options'
570 579
571config STATIC 580config STATIC