You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add Profile CMAKE_BUILD_TYPE for perf/flamegraph
Adds a Profile build type with -O2 -g -fno-omit-frame-pointer so perf
can walk stacks accurately while running optimized code. Use with
cmake -DCMAKE_BUILD_TYPE=Profile ..
0 commit comments