Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
songbingyu committed Nov 26, 2014
1 parent b9c9917 commit cedb3ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if(NOT CMAKE_BUILD_TYPE)
endif()

set(CMAKE_CXX_COMPILER "g++")
set(CMAKE_CXX_FLAGS " -pg -Wall -Werror -std=c++0x ")
set(CMAKE_CXX_FLAGS " -g -Wall -Werror -std=c++0x ")

set(CMAKE_CXX_FLAGS_DEBUG "-O0")
set(CMAKE_CXX_FLAGS_DEBUG "-O2")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")


Expand Down
6 changes: 5 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

4 prof tool

t Timer
5 Timer prof

6 signal proc with eventFd

5 epoll timer

0 comments on commit cedb3ca

Please sign in to comment.