"Plugson/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "f597497da6f7cd3c89ca024fdbd22345a0205942"
Commit ec145351 authored by Paul's avatar Paul
Browse files

Fix flags

parent 24859b63
......@@ -6,7 +6,7 @@ def rocmtestnode(variant, name, body) {
rm -rf build
mkdir 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
"""
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