Closed
Description
Summary:
On Windows with clang++
we get caught in an infinite loop of re-compiling the same files. I exhibited this on clang 9.0.0.
I am investigating it and will try to solve it if I can.
Description:
If CXX=clang++
on Windows make build
gets caught in an infinite loop of re-compiling all the files. So the same behavior we exhibited on Travis a while ago.
Reproducible Steps:
- use Windows
- set CXX=clang++
- make build
Current Output:
Infinite loop
Expected Output:
Cmdstan should build normally.
Additional Information:
Current Version:
v2.20.0