We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6bac4 commit 1fa2e4dCopy full SHA for 1fa2e4d
libc/cmake/modules/LLVMLibCObjectRules.cmake
@@ -43,8 +43,8 @@ function(_get_common_compile_options output_var flags)
43
list(APPEND compile_options "-fno-rtti")
44
list(APPEND compile_options "-Wall")
45
list(APPEND compile_options "-Wextra")
46
- # -DLLVM_LIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
47
- if(NOT LLVM_LIBC_WNO_ERROR)
+ # -DLIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
+ if(NOT LIBC_WNO_ERROR)
48
list(APPEND compile_options "-Werror")
49
endif()
50
list(APPEND compile_options "-Wconversion")
0 commit comments