We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0b3c commit 616ab1cCopy full SHA for 616ab1c
CMakeLists.txt
@@ -118,14 +118,6 @@ macro (force_debug)
118
set (CMAKE_MODULE_LINKER_FLAGS_${build_type} "")
119
set (CMAKE_SHARED_LINKER_FLAGS_${build_type} "")
120
endforeach ()
121
-
122
- # https://github.com/jrfonseca/drmingw/issues/42
123
- if (CMAKE_C_COMPILER_ID STREQUAL "Clang")
124
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -gdwarf-aranges")
125
- endif ()
126
- if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
127
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gdwarf-aranges")
128
129
endmacro ()
130
131
0 commit comments