diff --git a/FastLanes_Data b/FastLanes_Data index 4e65155..80be569 160000 --- a/FastLanes_Data +++ b/FastLanes_Data @@ -1 +1 @@ -Subproject commit 4e65155fa7bedfd4e4cc069c24fe32c8cb26b565 +Subproject commit 80be5697ce99dc40114e84056043529081068cd2 diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 5b87925..86c94e8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,12 +4,6 @@ target_link_libraries(cpp_example PUBLIC fastlanes) target_compile_options(cpp_example PRIVATE "-fsanitize=address") target_link_options(cpp_example PRIVATE "-fsanitize=address") -# Check if the system is Windows -if (CMAKE_SYSTEM_NAME STREQUAL "Windows") - # Set the linker flag only for this specific target - target_compile_options(cpp_example PRIVATE -fuse-ld=lld) -endif () - # C Example : ---------------------------------------------------------------------------------------------------------- add_executable(c_api ${CMAKE_CURRENT_SOURCE_DIR}/c_api.c)