Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 12, 2024
1 parent 86400ad commit 2b77131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion FastLanes_Data
6 changes: 0 additions & 6 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2b77131

Please sign in to comment.