Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Jun 9, 2024
1 parent 2fb956d commit 2f3f351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/ravi-mir-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ For Windows, assuming you have Visual Studio 2019 installed, you can build as fo
cmake -DCMAKE_INSTALL_PREFIX=/Software/ravi -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release

Note that the JIT compiler does not work correctly on Windows. This is due to the lack of stack unwinding
requirements of Windows.
Note that the JIT compiler does not work correctly on Windows. This is due to the lack of support for stack unwinding
requirements of Windows in the JIT backend.

Build Options
-------------
Expand Down

0 comments on commit 2f3f351

Please sign in to comment.