We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eae1ac commit 9ebd4afCopy full SHA for 9ebd4af
1 file changed
src/C/CMakeLists.txt
@@ -125,6 +125,9 @@ add_compile_options(
125
-Werror # Treat all warnings as errors
126
)
127
128
+# Additional hardening for formats
129
+add_compile_options(-D_GLIBCXX_ASSERTIONS)
130
+
131
# Additional warnings for GCC (not supported by all compilers)
132
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
133
add_compile_options(
0 commit comments