"vscode:/vscode.git/clone" did not exist on "fae5170b602dc3f43dbf5bbf2fdb0c6d38c0d204"
Commit ec145351 authored by Paul's avatar Paul
Browse files

Fix flags

parent 24859b63
...@@ -6,7 +6,7 @@ def rocmtestnode(variant, name, body) { ...@@ -6,7 +6,7 @@ def rocmtestnode(variant, name, body) {
rm -rf build rm -rf build
mkdir build mkdir build
cd build cd build
CXX=${compiler} CXXFLAGS='-Werror -Wno-fallback' cmake -DCMAKE_CXX_FLAGS_DEBUG='-g -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=undefined' ${flags} .. CXX=${compiler} CXXFLAGS='-Werror -Wno-fallback' cmake ${flags} ..
CTEST_PARALLEL_LEVEL=32 make -j32 all doc check CTEST_PARALLEL_LEVEL=32 make -j32 all doc check
""" """
echo cmd echo cmd
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment