diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig index 7b52589a67..0fb88daa1b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1122,13 +1122,9 @@ config ENABLE_APIC_EXT_ID bool default n -# XXX Currently clang/llvm builds are not fully supported, -# Let us tone down warns treated as errors until we actually build -# the whole treee. config WARNINGS_ARE_ERRORS bool - default y if !COMPILER_LLVM_CLANG - default n if COMPILER_LLVM_CLANG + default y # The four POWER_BUTTON_DEFAULT_ENABLE, POWER_BUTTON_DEFAULT_DISABLE, # POWER_BUTTON_FORCE_ENABLE and POWER_BUTTON_FORCE_DISABLE options are |