README: Consistently use Release in examples.
Following the instructions in the README from the top, I don't get a `Debug` build directory, only `Release`. So, stick to that.
This commit is contained in:
parent
276ca6ab8a
commit
6bfe95fc95
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ To demo this parser's capabilities, compile this program like this:
|
|||
```sh
|
||||
clang \
|
||||
-I tree-sitter/include \
|
||||
-L tree-sitter/out/Debug \
|
||||
-L tree-sitter/out/Release \
|
||||
test_parser.c arithmetic_parser.c \
|
||||
-l runtime \
|
||||
-o test_parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue