mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
Closes: https://bugs.gentoo.org/678296 Closes: https://bugs.gentoo.org/842102 Closes: https://bugs.gentoo.org/842105 Closes: https://bugs.gentoo.org/893306 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
13 lines
457 B
Diff
13 lines
457 B
Diff
diff '--color=auto' -urN stlink-1.8.0.orig/cmake/modules/c_flags.cmake stlink-1.8.0/cmake/modules/c_flags.cmake
|
|
--- a/cmake/modules/c_flags.cmake 2025-04-03 19:45:45.311368396 +0300
|
|
+++ b:wq/cmake/modules/c_flags.cmake 2025-04-03 19:45:58.947322298 +0300
|
|
@@ -44,8 +44,3 @@
|
|
add_cflag_if_supported("-fPIC")
|
|
endif()
|
|
|
|
-if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
|
- add_cflag_if_supported("-ggdb")
|
|
-else ()
|
|
- add_cflag_if_supported("-Werror")
|
|
-endif()
|