Skip to content

Commit 7d2bb88

Browse files
Cross-product bypass is now mandatory.
1 parent ee3c8a3 commit 7d2bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pushd build
6161
resilience_flags=(
6262
-DCMAKE_BUILD_TYPE=$([ ${DEBUG:-1} -eq 1 ] && echo Debug || echo Release)
6363
-DCMAKE_PREFIX_PATH=$PWD/../legion/install
64-
-DCMAKE_CXX_FLAGS="-Wall -Werror -DRESILIENCE_AUDIT_FUTURE_API"
64+
-DCMAKE_CXX_FLAGS="-Wall -Werror -DRESILIENCE_AUDIT_FUTURE_API -DRESILIENCE_CROSS_PRODUCT_BYPASS"
6565
# do NOT set NDEBUG, it causes all sorts of issues
6666
-DCMAKE_CXX_FLAGS_RELEASE="-O2 -march=native"
6767
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-O2 -g -march=native"

0 commit comments

Comments
 (0)