Add debug flags to CMakeLists file

This commit is contained in:
Tristan Penman 2015-10-23 11:37:38 +11:00
parent 6b8a394cbf
commit 4e941e75d9

View File

@ -1,6 +1,8 @@
cmake_minimum_required (VERSION 2.6)
project (valijson)
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
add_definitions(-DBOOST_ALL_DYN_LINK)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)