Skip to content

Commit 1ef3971

Browse files
committed
1.0.0-rc1
1 parent 0d4cd12 commit 1ef3971

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-02-22 Shuo Chen <[email protected]>
2+
* Default to release build.
3+
* Version 1.0.0-rc1
4+
15
2014-02-22 Shuo Chen <[email protected]>
26
* Add base/WeakCallback.h
37
* Add TcpConnection::forceCloseWithDelay().

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44

55
SOURCE_DIR=`pwd`
66
BUILD_DIR=${BUILD_DIR:-../build}
7-
BUILD_TYPE=${BUILD_TYPE:-debug}
7+
BUILD_TYPE=${BUILD_TYPE:-release}
88
INSTALL_DIR=${INSTALL_DIR:-../${BUILD_TYPE}-install}
99
BUILD_NO_EXAMPLES=${BUILD_NO_EXAMPLES:-0}
1010

0 commit comments

Comments
 (0)