2021-03-11 21:38:06 +01:00
|
|
|
debug: test.cpp magyarsort.h
|
2022-01-25 20:04:25 +01:00
|
|
|
g++ test.cpp -g -std=c++17 -o test.out
|
2021-03-11 21:38:06 +01:00
|
|
|
|
2022-08-16 03:29:08 +02:00
|
|
|
debug_ypsu: ypsu.cpp magyarsort.h
|
|
|
|
|
g++ ypsu.cpp -g -std=c++17 -o ypsu.out
|
|
|
|
|
|
2021-12-14 17:29:33 +01:00
|
|
|
release_coz: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
g++ test.cpp -DNDEBUG -g1 -gdwarf-2 -std=c++17 -O2 -ldl -o test.out
|
2021-12-14 17:29:33 +01:00
|
|
|
|
2021-12-13 04:20:05 +01:00
|
|
|
release_debug_sym: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
g++ test.cpp -DNDEBUG -g -std=c++17 -O2 -o test.out
|
2021-12-13 04:20:05 +01:00
|
|
|
|
2021-03-11 21:38:06 +01:00
|
|
|
release: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
g++ test.cpp -DNDEBUG -std=c++17 -O2 -o test.out
|
|
|
|
|
|
|
|
|
|
release_ypsu: ypsu.cpp magyarsort.h
|
|
|
|
|
g++ ypsu.cpp -DNDEBUG -std=c++17 -O2 -o ypsu.out
|
2021-03-11 21:38:06 +01:00
|
|
|
|
2025-09-12 01:58:28 +02:00
|
|
|
release3_ypsu: ypsu.cpp magyarsort.h
|
|
|
|
|
g++ ypsu.cpp -DNDEBUG -std=c++17 -O3 -o ypsu.out
|
|
|
|
|
|
2022-08-16 03:29:08 +02:00
|
|
|
release_ypsu_assert: ypsu.cpp magyarsort.h
|
|
|
|
|
g++ ypsu.cpp -std=c++17 -O2 -o ypsu.out
|
|
|
|
|
|
|
|
|
|
release_ypsu_debug_sym: ypsu.cpp magyarsort.h
|
|
|
|
|
g++ ypsu.cpp -g -std=c++17 -O2 -o ypsu.out
|
2025-09-30 22:18:10 +02:00
|
|
|
|
2021-12-13 00:51:26 +01:00
|
|
|
release3: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
g++ test.cpp -DNDEBUG -std=c++17 -O3 -o test.out
|
2021-12-13 00:51:26 +01:00
|
|
|
|
|
|
|
|
clang_release: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
clang++ test.cpp -DNDEBUG -std=c++17 -O2 -o test.out
|
2021-12-13 00:51:26 +01:00
|
|
|
|
|
|
|
|
clang_release3: test.cpp magyarsort.h
|
2022-08-15 23:02:30 +02:00
|
|
|
clang++ test.cpp -DNDEBUG -std=c++17 -O3 -o test.out
|
2021-12-13 00:51:26 +01:00
|
|
|
|
2022-12-10 11:04:53 +01:00
|
|
|
clang_release_ypsu: ypsu.cpp magyarsort.h
|
|
|
|
|
clang++ ypsu.cpp -DNDEBUG -std=c++17 -O2 -o ypsu.out
|
|
|
|
|
|
2021-03-11 21:38:06 +01:00
|
|
|
clean: test.out
|
|
|
|
|
rm test.out
|