Skip to content

Commit ca363fe

Browse files
committed
changed tests compile with O3 and native
1 parent fcd1b3c commit ca363fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ pipeline {
223223
steps {
224224
retry(3) { checkout scm }
225225

226-
sh "echo CXXFLAGS += -fsanitize=address >> make/local"
226+
sh "echo O=3 >> make/local"
227+
sh "echo CXXFLAGS+=-march=native -mtune=native >> make/local"
227228
sh "./runTests.py -j${PARALLEL} --changed --debug"
228229

229230
}

0 commit comments

Comments
 (0)