From b8b238c314f77ccf5db1c385b9f526ccc30aed23 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 29 Apr 2022 20:11:47 +0200 Subject: build: remove set stdlib to libc++ --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 673c25f..49370d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,10 +31,10 @@ target_compile_options( -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror - -pedantic -fsanitize=address -fno-exceptions -stdlib=libc++ + -pedantic -fsanitize=address -fno-exceptions ) -target_link_options(${PROJECT_NAME} PRIVATE -fsanitize=address -stdlib=libc++) +target_link_options(${PROJECT_NAME} PRIVATE -fsanitize=address) target_include_directories(${PROJECT_NAME} PRIVATE -- cgit v1.2.3-18-g5258