From abc89da58e0a321fc4d27d0ca70620cd14141d3a Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 01 十二月 2020 15:34:35 +0800
Subject: [PATCH] thread local, thread pool , thread safe

---
 test_net_socket/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile
index 0d8505f..aea971a 100644
--- a/test_net_socket/Makefile
+++ b/test_net_socket/Makefile
@@ -3,7 +3,7 @@
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
 
-RPATH += -Wl,-rpath=$(ROOT)/lib:$(DEST)/lib
+#RPATH += -Wl,-rpath=$(ROOT)/lib:$(DEST)/lib
 # 寮�婧愬伐鍏峰寘璺緞
 LDDIR += -L$(DEST)/lib
 

--
Gitblit v1.8.0