We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044d2bc commit 41fe942Copy full SHA for 41fe942
1 file changed
Jenkinsfile
@@ -340,7 +340,7 @@ pipeline {
340
sh "echo CXXFLAGS += -march=native -mtune=native >> make/local"
341
sh "echo O=3 >> make/local"
342
script {
343
- if (!(params.optimizeUnitTests || isBranch('develop') || isBranch('master'))) {
+ if (params.optimizeUnitTests || isBranch('develop') || isBranch('master')) {
344
sh "echo CXXFLAGS += -fsanitize=address >> make/local"
345
}
346
runTests("test/unit/math/laplace/*_test.cpp", false)
0 commit comments