Changeset: 4f24f82ae003 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4f24f82ae003
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
enable debugging and assert on macos actions
diffs (14 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -98,8 +98,8 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$HOME/MDB \
-DPY3INTEGRATION=OFF \
-DRINTEGRATION=OFF \
- -DCMAKE_BUILD_TYPE=Release \
- -DASSERT=OFF \
+ -DCMAKE_BUILD_TYPE=Debug \
+ -DASSERT=ON \
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \
-DBISON_EXECUTABLE=/opt/homebrew/opt/bison/bin/bison \
-DCMAKE_SUMMARY=ON
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]