Skip to content

Commit

Permalink
do_autogen.sh: apply 'profiler' options to CXXFLAGS, too
Browse files Browse the repository at this point in the history
-P now leaves in frame pointers and makes sure debugging is turned down.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Aug 16, 2012
1 parent 3e50a09 commit 8555875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do_autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ different than debug builds."
exit 1
fi
CFLAGS="${CFLAGS} -fno-omit-frame-pointer -O2"
CXXFLAGS="${CXXFLAGS} -fno-omit-frame-pointer -O2"
debug_level=1
fi

Expand Down

0 comments on commit 8555875

Please sign in to comment.