From bb4fed5cf3003dbc6e0b59312213d4afbbe05eb2 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Fri, 23 Dec 2016 09:15:33 +0100 Subject: [PATCH] Fix compilation instructions. --- scripts/perfanalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/perfanalysis.cpp b/scripts/perfanalysis.cpp index 15a4b47427..9b6e6f487b 100644 --- a/scripts/perfanalysis.cpp +++ b/scripts/perfanalysis.cpp @@ -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 #include