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:
Kefu Chai 2018-01-03 15:46:25 +08:00 committed by GitHub
commit 37282f2158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. ::