diff options
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
612 | config PLATFORM_MINGW32_TEST | ||
613 | bool "Enable test app" | ||
614 | default n | ||
615 | depends on PLATFORM_MINGW32 | ||
616 | |||
612 | config WERROR | 617 | config WERROR |
613 | bool "Abort compilation on any warning" | 618 | bool "Abort compilation on any warning" |
614 | default n | 619 | default n |