tidy
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 28s

This commit is contained in:
Your Name
2025-05-06 22:46:58 +12:00
parent cca3ee9679
commit c78deea037
3 changed files with 81 additions and 13 deletions

View File

@ -74,8 +74,8 @@ fi
# Configure with CMake
print_status "Configuring with CMake..."
#cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Debug
#cmake .. -DCMAKE_BUILD_TYPE=Release
# Build the project
print_status "Building project..."