mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:55:42 +00:00
turn on -Wall in COPTS (#2127)
* turn on Wall * now Former-commit-id: 129b2a730232696ec9964db5eace63d0c1e198c6
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
COPTS = ["--std=c++20", "-Werror"]
|
||||
COPTS = ["--std=c++20", "-Werror", "-Wall"]
|
||||
|
||||
TEST_COPTS = COPTS + ["-Iexternal/gtest/include"]
|
||||
|
||||
Reference in New Issue
Block a user