From 489ef0f2be54307d8f6c431ea87295b5994897f7 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 3 Jan 2018 15:12:17 +0800 Subject: [PATCH] doc: fix CFLAGS in doc/dev/cpu-profiler.rst Signed-off-by: Chang Liu --- doc/dev/cpu-profiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :: -- 2.47.3