add back "make release_ypsu_noinline_debug_sym" for flamegraphs
This commit is contained in:
parent
0beb389c50
commit
a16917830f
3
makefile
3
makefile
@ -24,7 +24,8 @@ release_ypsu_assert: ypsu.cpp magyarsort.h
|
|||||||
|
|
||||||
release_ypsu_debug_sym: ypsu.cpp magyarsort.h
|
release_ypsu_debug_sym: ypsu.cpp magyarsort.h
|
||||||
g++ ypsu.cpp -g -std=c++17 -O2 -o ypsu.out
|
g++ ypsu.cpp -g -std=c++17 -O2 -o ypsu.out
|
||||||
|
release_ypsu_noinline_debug_sym: ypsu.cpp magyarsort.h thiersort3.h
|
||||||
|
g++ ypsu.cpp -g -std=c++17 -O2 -fno-inline -fno-inline-functions -fno-inline-functions-called-once -fno-inline-functions-called-once -fno-inline-small-functions -fno-ipa-cp -fno-ipa-sra -fno-early-inlining -fno-omit-frame-pointer -fno-optimize-sibling-calls -o ypsu.out
|
||||||
release3: test.cpp magyarsort.h
|
release3: test.cpp magyarsort.h
|
||||||
g++ test.cpp -DNDEBUG -std=c++17 -O3 -o test.out
|
g++ test.cpp -DNDEBUG -std=c++17 -O3 -o test.out
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user