Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add IDE CMake Release configuration, remove CMake build type Debug fr…
Browse files Browse the repository at this point in the history
…om CMakeLists.txt (#53)
  • Loading branch information
audio-engineer committed Dec 21, 2023
1 parent 2acdb5a commit f440721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .idea/cmake.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project(aau_p1_software C)

set(CMAKE_C_STANDARD 23)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

add_subdirectory(src/)
Expand Down

0 comments on commit f440721

Please sign in to comment.