Drop support for NDEBUG

This commit is contained in:
Ole Schütt 2023-12-13 21:49:22 +01:00 committed by Ole Schütt
parent 49d82271f9
commit 0dfeee1108
10 changed files with 25 additions and 26 deletions

View file

@ -54,7 +54,7 @@ else
echo -e "failed.\n\n"
tail -n 100 ninja.log
mkdir -p /workspace/artifacts/
cp ninja.out /workspace/artifacts/
cp ninja.log /workspace/artifacts/
echo -e "\nSummary: Compilation failed."
echo -e "Status: FAILED\n"
exit 0