mirror of https://git.FreeBSD.org/ports.git
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
--- CMakeLists.txt.orig 2023-09-25 08:47:42 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -37,7 +37,6 @@ add_compile_options($<$<CONFIG:Release>:-Wno-dangling-
|
|
endif()
|
|
add_compile_options($<$<CONFIG:Release>:-Wuninitialized>)
|
|
add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
|
|
-add_compile_options(-Wno-string-compare)
|
|
add_compile_options(-Wstack-protector -fstack-protector)
|
|
add_compile_options(-Wstrict-aliasing -fstrict-aliasing)
|
|
|