Skip to content

Commit 8e81d49

Browse files
committed
update readme build info to get a release build by default
1 parent c078b75 commit 8e81d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ On Windows systems you'll need Visual Studio or MingW.
2121

2222
```
2323
cmake .
24-
cmake --build .
24+
cmake --build . --config Release
2525
```
2626

2727
will generate an `AtomicParsley` executable.

0 commit comments

Comments
 (0)