We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1d950 commit d8b9d93Copy full SHA for d8b9d93
makefile
@@ -9,4 +9,4 @@ else
9
endif
10
11
build:
12
- $(CXX) -DNDEBUG -fno-exceptions -fno-rtti -fopenmp -march=native -O3 -std=c++14 -o ./binarytrees_benchmark$(EXT) ./source/binarytrees.cpp
+ $(CXX) -DNDEBUG -fno-exceptions -fno-rtti -fopenmp -march=native -O3 -std=c++14 -o ./binarytrees$(EXT) ./source/binarytrees.cpp
0 commit comments