fix
This commit is contained in:
parent
e970131801
commit
6daf99448e
@ -12,7 +12,7 @@ set(CMAKE_AR /usr/bin/llvm-ar-10)
|
||||
|
||||
# Set various compiler flags
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fuse-ld=lld")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fuse-ld=lld")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fuse-ld=lld -stdlib=libc++")
|
||||
|
||||
|
||||
# Use our definitions for compiler tools
|
||||
|
Loading…
Reference in New Issue
Block a user