From 76949c0bf4e34f15a5f9b1c2b870477c7dbeb6b8 Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Wed, 15 Feb 2017 12:15:36 +0000
Subject: [PATCH] 增加数据库连接池。

---
 test/test_sqlite.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test_sqlite.mak b/test/test_sqlite.mak
index 808388b..5b9c555 100644
--- a/test/test_sqlite.mak
+++ b/test/test_sqlite.mak
@@ -5,7 +5,7 @@
 OBJ=TestSqlite.o sqlite3.o md5.o
 CFLAGS=-g -D_DEBUG -O2 -I. -I/usr/local/include 
 CXXFLAGS=-I../include -std=c++11
-LDFLAGS= -L/usr/local/lib -ldl -lcpptest -lpthread
+LDFLAGS= -L/usr/local/lib -pthread -ldl -lcpptest
 
 all : $(TARGET)
 

--
Gitblit v1.9.3