Skip to content

Commit

Permalink
Add -Werror to C++ compilation flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Nov 3, 2023
1 parent ee1e91e commit d65a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
cmake_install_dir="src",
cmake_args=[
f"-DCORRECTIONLIB_VERSION:STRING={get_version()}",
"-DCMAKE_CXX_OPTIONS='-Wextra -Wpedantic -Wall'",
"-DCMAKE_CXX_OPTIONS='-Wextra -Wpedantic -Wall -Werror'",
],
)

0 comments on commit d65a8b3

Please sign in to comment.