Commit e338aa61 authored by Ramon Nou's avatar Ramon Nou
Browse files

remove syscall linking in libc and user lib

parent e28fc75e
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -180,7 +180,6 @@ if (GKFS_BUILD_USER_LIB)
    fmt::fmt
    Threads::Threads
    Microsoft.GSL::GSL
    Syscall_intercept::Syscall_intercept
)
endif()

@@ -193,7 +192,6 @@ target_link_libraries(
    fmt::fmt
    Threads::Threads
    Microsoft.GSL::GSL
    Syscall_intercept::Syscall_intercept
)
# Enable MSGPack metrics for intercept only
if (GKFS_ENABLE_CLIENT_METRICS)