aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 0f4c5efb7..b1788ecb9 100644
--- a/Config.in
+++ b/Config.in
@@ -609,6 +609,11 @@ config DEBUG_PESSIMIZE
609 in a much bigger executable that more closely matches the source 609 in a much bigger executable that more closely matches the source
610 code. 610 code.
611 611
612config PLATFORM_MINGW32_TEST
613 bool "Enable test app"
614 default n
615 depends on PLATFORM_MINGW32
616
612config WERROR 617config WERROR
613 bool "Abort compilation on any warning" 618 bool "Abort compilation on any warning"
614 default n 619 default n