mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
Merge pull request #19752 from Liuchang0812/cleanup-dev-doc
doc: fix CFLAGS in doc/dev/cpu-profiler.rst Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
37282f2158
@ -25,7 +25,7 @@ To compile Ceph for profiling, first clean everything. ::
|
||||
|
||||
Then, export the following settings so that you can see callgraph output. ::
|
||||
|
||||
export CFLAGS="-fno=omit-frame-pointer -O2 -g"
|
||||
export CFLAGS="-fno-omit-frame-pointer -O2 -g"
|
||||
|
||||
Finally, compile Ceph. ::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user