mirror of
https://github.com/google/benchmark.git
synced 2025-03-15 03:30:10 +08:00
Compilation example was wrong. Fixed standard (#1945)
This commit is contained in:
parent
5a4c459548
commit
2bf3534075
@ -190,7 +190,7 @@ be under the build directory you created.
|
||||
```bash
|
||||
# Example on linux after running the build steps above. Assumes the
|
||||
# `benchmark` and `build` directories are under the current directory.
|
||||
$ g++ mybenchmark.cc -std=c++11 -isystem benchmark/include \
|
||||
$ g++ mybenchmark.cc -std=c++14 -isystem benchmark/include \
|
||||
-Lbenchmark/build/src -lbenchmark -lpthread -o mybenchmark
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user