From 090a2cc4cbc5590fe1dc8a915c1289dc64d080d5 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Wed, 16 Nov 2011 20:11:38 +0000 Subject: [PATCH] Enable profiling with gcc [SVN r75512] --- v2/engine/build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/engine/build.jam b/v2/engine/build.jam index bc742328e..7e7461105 100644 --- a/v2/engine/build.jam +++ b/v2/engine/build.jam @@ -214,6 +214,7 @@ toolset gcc gcc : "-o " : -D : -pedantic -fno-strict-aliasing [ opt --release : [ opt --symbols : -g : -s ] -O3 ] [ opt --debug : -g -O0 -fno-inline ] + [ opt --profile : -O3 -g -pg ] -I$(--python-include) -I$(--extra-include) -Wno-long-long : -L$(--python-lib[1]) -l$(--python-lib[2]) ; ## GCC 2.x, 3.x on CYGWIN but without cygwin1.dll