Fix dev docs error/typo (#2880)

Just a one line change in a .md file
revert-2869-AtenSlice-folder
James Newling 2024-02-07 11:55:38 +00:00 committed by GitHub
parent bfcf93ea21
commit 723b8b1d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ By default we download the latest version of libtorch. We have an experimental p
* Enabling `--debug` and `--debug-only` flags (see [MLIR docs](https://mlir.llvm.org/getting_started/Debugging/)) for the `torch-mlir-opt` tool
```shell
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ # or =Debug
-DIREE_ENABLE_ASSERTIONS=ON \
-DLLVM_ENABLE_ASSERTIONS=ON \
```
### Building against a pre-built LLVM