turn on -Wall in COPTS (#2127)

* turn on Wall

* now


Former-commit-id: 129b2a730232696ec9964db5eace63d0c1e198c6
This commit is contained in:
2022-10-02 11:10:50 -07:00
committed by GitHub
parent 87c64019c4
commit 5514fa6110
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
COPTS = ["--std=c++20", "-Werror"]
COPTS = ["--std=c++20", "-Werror", "-Wall"]
TEST_COPTS = COPTS + ["-Iexternal/gtest/include"]