Update README.md

This commit is contained in:
Mizux
2021-11-19 14:55:58 +01:00
committed by GitHub
parent a9c46d2302
commit 2be8529ec3

View File

@@ -53,7 +53,6 @@ You must compile OR-Tools using C++17:
```sh
bazel build --cxxopt=-std=c++17 //...:all
```
* on Windows when using MSVC:
```sh
bazel build --cxxopt="-std:c++17" //...:all
@@ -61,13 +60,12 @@ You must compile OR-Tools using C++17:
## Testing
You must compile OR-Tools using C++17:
You may run tests using:
* on UNIX:
```sh
bazel test --cxxopt=-std=c++17 //...:all
```
* on Windows when using MSVC:
```sh
bazel test --cxxopt="-std:c++17" //...:all