Skip to content

Commit

Permalink
Correct the build instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Jul 10, 2022
1 parent c11c68b commit b793d18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ call build0.bat # Windows
Compile LPython:

```bash
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_LLVM=yes -DWITH_STACKTRACE=yes -DWITH_LFORTRAN_BINARY_MODFILES=no .
cmake --build . -j16
./build1.sh
```

## Tests:
Expand Down

0 comments on commit b793d18

Please sign in to comment.