From: Chang Liu Date: Wed, 3 Jan 2018 07:12:17 +0000 (+0800) Subject: doc: fix CFLAGS in doc/dev/cpu-profiler.rst X-Git-Tag: v13.0.2~664^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19752%2Fhead;p=ceph.git doc: fix CFLAGS in doc/dev/cpu-profiler.rst Signed-off-by: Chang Liu --- diff --git a/doc/dev/cpu-profiler.rst b/doc/dev/cpu-profiler.rst index d7a77feb88cb..5b06a47919c1 100644 --- a/doc/dev/cpu-profiler.rst +++ b/doc/dev/cpu-profiler.rst @@ -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. ::