mirror of https://gitlab.com/cppit/jucipp
2 changed files with 2 additions and 2 deletions
@ -1 +1 @@ |
|||||||
Subproject commit 9704b9b6de0982a588fa41741157d5640afedf30 |
Subproject commit 2500019626d458145ba94f360f77f81975125c12 |
||||||
@ -1,5 +1,5 @@ |
|||||||
cmake_minimum_required(VERSION 3.1) |
cmake_minimum_required(VERSION 3.1) |
||||||
|
|
||||||
add_compile_options(-O0 -g) |
add_compile_options(-O0 -g -Wno-unused-but-set-variable) |
||||||
|
|
||||||
add_executable(lldb_test_executable main.cpp) |
add_executable(lldb_test_executable main.cpp) |
||||||
|
|||||||
Loading…
Reference in new issue