cmake_minimum_required(VERSION 2.8)
add_compile_options(-O0 -g)
add_executable(lldb_test_executable main.cpp)