add asserts.

This commit is contained in:
Your Name
2025-04-26 18:15:49 +12:00
parent 4953d4988d
commit 977e878eff
4 changed files with 93 additions and 1 deletions

View File

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