diff --git a/tools/jprof/README.html b/tools/jprof/README.html index 3d5bc521e12..8f308f93130 100644 --- a/tools/jprof/README.html +++ b/tools/jprof/README.html @@ -36,13 +36,7 @@ its time.
- cvs co mozilla/tools/jprof -- -
Next, configure your mozilla with jprof support by adding +
Configure your mozilla with jprof support by adding
--enable-jprof
to your configure options (eg adding
ac_add_options --enable-jprof
to your .mozconfig
) and
making sure that you do not have the
diff --git a/tools/jprof/stub/Makefile.in b/tools/jprof/stub/Makefile.in
index 8da3eac1b19..71f978d7e06 100644
--- a/tools/jprof/stub/Makefile.in
+++ b/tools/jprof/stub/Makefile.in
@@ -47,6 +47,7 @@ MODULE = jprof
EXPORTS =
LIBRARY_NAME = jprof
EXPORT_LIBRARY = 1
+FORCE_SHARED_LIB = 1
# override optimization
MOZ_OPTIMIZE_FLAGS = -fno-omit-frame-pointer