Skip to content

Commit

Permalink
[scudo] Enable more warnings for standalone build
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D122761
  • Loading branch information
Dominic Chen committed Dec 10, 2022
1 parent eec0ac9 commit a2b0673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/lib/scudo/standalone/CMakeLists.txt
Expand Up @@ -7,6 +7,8 @@ set(SCUDO_CFLAGS)
list(APPEND SCUDO_CFLAGS
-Werror=conversion
-Wall
-Wextra
-pedantic
-g
-nostdinc++)

Expand Down

0 comments on commit a2b0673

Please sign in to comment.