Revert "[TMP] start a RelWithDebInfo build"

This reverts commit 9c8f3be52a.
This commit is contained in:
Thomas Krijnen
2025-10-26 12:04:49 +01:00
parent dc5ac872e3
commit 83f7416679
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
set -o pipefail
ADD_COMMIT_SHA=1 BUILD_CFG=RelWithDebInfo python3 ./nix/build-all.py -v --diskcleanup 2>&1 | tee build.log
CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release python3 ./nix/build-all.py -v --diskcleanup 2>&1 | tee build.log
- name: Upload Build Logs
if: always()