Skip to content

Commit 9b7a551

Browse files
committed
Try using Eigen flag to catch more instances
1 parent 36b7a72 commit 9b7a551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import org.stan.Utils
44

55
def runTests(String testPath, boolean jumbo = false) {
66
try {
7+
sh "echo CXXFLAGS += -DEIGEN_INITIALIZE_MATRICES_BY_NAN >> make/local"
78
sh "cat make/local"
89
sh "make print-compiler-flags"
910
if (jumbo && !params.disableJumbo) {

0 commit comments

Comments
 (0)