diff --git a/makefile b/makefile index d2c2b12..939f35a 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,6 @@ release_debug_sym: test.cpp magyarsort.h release: test.cpp magyarsort.h g++ test.cpp -DNDEBUG -std=c++17 -O2 -o test.out - # g++ test.cpp -DNDEBUG -std=c++17 -O2 -ftree-vectorize -fopt-info-vec-missed -o test.out release_ypsu: ypsu.cpp magyarsort.h g++ ypsu.cpp -DNDEBUG -std=c++17 -O2 -o ypsu.out