]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix CFLAGS in doc/dev/cpu-profiler.rst 19752/head
authorChang Liu <liuchang0812@gmail.com>
Wed, 3 Jan 2018 07:12:17 +0000 (15:12 +0800)
committerChang Liu <liuchang0812@gmail.com>
Wed, 3 Jan 2018 07:19:06 +0000 (15:19 +0800)
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
doc/dev/cpu-profiler.rst

index d7a77feb88cbfc587d35fd0aa4fc975eb429997d..5b06a47919c1bd8b4e8126d754253f2e61283208 100644 (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. ::