[Lldb-commits] [PATCH] D65939: [lldb][CMake] Add LLDB_ENABLE_WERROR option
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 04:19:57 PDT 2019
sgraenitz added inline comments.
================
Comment at: lldb/cmake/modules/LLDBConfig.cmake:318
+ if(MSVC)
+ set(flag_werror "/WX")
+ endif()
----------------
I copied the flag from LLVM. Is it the right one for MSVC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65939/new/
https://reviews.llvm.org/D65939
More information about the lldb-commits
mailing list