2021-03-11 21:38:06 +01:00
|
|
|
debug: test.cpp magyarsort.h
|
2021-03-13 11:12:29 +01:00
|
|
|
g++ test.cpp -g -std=c++14 -o test.out
|
2021-03-11 21:38:06 +01:00
|
|
|
|
2021-12-13 04:20:05 +01:00
|
|
|
release_debug_sym: test.cpp magyarsort.h
|
|
|
|
|
g++ test.cpp -g -std=c++14 -O2 -o test.out
|
|
|
|
|
|
2021-03-11 21:38:06 +01:00
|
|
|
release: test.cpp magyarsort.h
|
2021-03-13 15:51:24 +01:00
|
|
|
g++ test.cpp -std=c++14 -O2 -o test.out
|
2021-03-11 21:38:06 +01:00
|
|
|
|
2021-12-13 00:51:26 +01:00
|
|
|
release3: test.cpp magyarsort.h
|
|
|
|
|
g++ test.cpp -std=c++14 -O3 -o test.out
|
|
|
|
|
|
|
|
|
|
clang_release: test.cpp magyarsort.h
|
|
|
|
|
clang++ test.cpp -std=c++14 -O2 -o test.out
|
|
|
|
|
|
|
|
|
|
clang_release3: test.cpp magyarsort.h
|
|
|
|
|
clang++ test.cpp -std=c++14 -O3 -o test.out
|
|
|
|
|
|
2021-03-11 21:38:06 +01:00
|
|
|
clean: test.out
|
|
|
|
|
rm test.out
|