This commit is contained in:
Andrea Cavalli 2023-05-08 11:17:08 +02:00
parent baf9d2d778
commit 8ef8b2124c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set(CMAKE_AR /usr/bin/llvm-ar-10)
set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
set(CMAKE_CXX_FLAGS_INIT "-stdlib=libc++")
# Use our definitions for compiler tools