Default CMAKE_BUILD_TYPE to RelWithDebInfo.
authorMilian Wolff <mail@milianw.de>
Sun, 15 Nov 2015 13:56:42 +0000 (14:56 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 15 Nov 2015 13:56:42 +0000 (14:56 +0100)
commit95292067d9c03e23ad84e2ae8500874ca13d0d53
tree354a7b932731d2bfccfc01d48e70311b92a1ca68
parentb9e59080f5ee369cedf9212d74677767467368dc
Default CMAKE_BUILD_TYPE to RelWithDebInfo.

We need compiler optimizations for the heaptrack code, as it
is otherwise really slow to run.
CMakeLists.txt