We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74a1c commit cdd3eceCopy full SHA for cdd3ece
1 file changed
CMakeLists.txt
@@ -424,9 +424,6 @@ list(APPEND pthread_tools
424
AR=${binutils_prefix}-ar
425
)
426
427
-# Prevent GCC wrapping system includes in extern "C" (modern systems should define this)
428
-set(GCC_CFLAGS "-DNO_IMPLICIT_EXTERN_C")
429
-
430
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" AND ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
431
# GCC on OSX (Clang in diguise) needs more bracket nesting depth to compile gcc
432
set(GCC_CFLAGS "${GCC_CFLAGS} -fbracket-depth=512")
0 commit comments