We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84651 commit 43f2de4Copy full SHA for 43f2de4
CMakeLists.txt
@@ -199,8 +199,7 @@ elseif(LINUX)
199
200
if (CMAKE_CXX_COMPILER MATCHES "clang")
201
message(STATUS "Detected Clang compiler: ${CMAKE_CXX_COMPILER}")
202
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -D_FILE_OFFSET_BITS=64")
203
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lc -lc++abi")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
204
endif()
205
206
0 commit comments