mirror of https://gitee.com/bigwinds/arangodb
Fix compilation instructions.
This commit is contained in:
parent
26fecbaad7
commit
bb4fed5cf3
|
@ -1,5 +1,5 @@
|
|||
// Compile with
|
||||
// g++ perfanalysis.cpp -o perfanalyis -std=c++14 -Wall -O3
|
||||
// g++ perfanalysis.cpp -o perfanalysis -std=c++14 -Wall -O3
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue