add task definitions to dataengine

This commit is contained in:
arcan1s
2014-08-05 16:55:23 +04:00
parent 7ed3e4e01b
commit 1abc4a5ac9
5 changed files with 485 additions and 200 deletions

View File

@ -41,8 +41,7 @@ endif ()
# flags
if (CMAKE_COMPILER_IS_GNUCXX)
set (ADD_CXX_FLAGS "-Wall")
set (CMAKE_CXX_FLAGS "-O0 ${ADD_CXX_FLAGS}")
set (CMAKE_CXX_FLAGS "-Wall -std=c++11")
set (CMAKE_CXX_FLAGS_DEBUG "-g -O0")
set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
else ()