Skip to content

Commit 3d482d0

Browse files
committed
Don't ignore ABI breaks
1 parent 04ccac1 commit 3d482d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.verify-helper/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[[languages.cpp.environments]]
22
CXX = "g++"
3-
CXXFLAGS = ["-std=c++23", "-Wall", "-Wextra", "-Wconversion", "-Werror", "-Wno-psabi", "-pedantic", "-O2"]
3+
CXXFLAGS = ["-std=c++23", "-Wall", "-Wextra", "-Wconversion", "-Werror", "-pedantic", "-O2"]

0 commit comments

Comments
 (0)