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