Skip to content

Commit

Permalink
remove -Wl,rpath ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyi committed Dec 17, 2024
1 parent fc611c6 commit 432c10f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ifeq ($(OS),Darwin)
endif
else
CFLAGS += -static
CXXFLAGS += -Wl,-z,defs -Wl,-rpath=/app/datakit-profiler/build -Wl,-rpath=/app/async-profiler/build
CXXFLAGS += -Wl,-z,defs
ifeq ($(MERGE),true)
CXXFLAGS += -fwhole-program
endif
Expand Down
1 change: 0 additions & 1 deletion src/launcher/fdtransferServer_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "fdtransferServer.h"
#include "../jattach/psutil.h"
#include "../arguments.h"


int FdTransferServer::_server;
Expand Down

0 comments on commit 432c10f

Please sign in to comment.