Skip to content

Commit

Permalink
Added debug option to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarboer committed Nov 30, 2023
1 parent 163935d commit 6b9a9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AirClip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(${MY_PROJECT_NAME})

# Set the C++ version
set(CMAKE_CXX_STANDARD 20)
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") # Unix debugging

# Set the path to for the local software installation
set(LOCAL_SOFTWARE_DIR /usr/local)
Expand Down

0 comments on commit 6b9a9d3

Please sign in to comment.