mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 660968: enabling jprof doesn't make it build the shared library anymore. r=khuey
This commit is contained in:
parent
a43e9c5591
commit
e5207f9263
@ -36,13 +36,7 @@ its time.
|
||||
|
||||
<h3><a name="setup">Setup</a></h3>
|
||||
|
||||
First, check out the jprof source code since it is not a part of the
|
||||
default pull. To do this do:
|
||||
<pre>
|
||||
cvs co mozilla/tools/jprof
|
||||
</pre>
|
||||
|
||||
<p>Next, configure your mozilla with jprof support by adding
|
||||
<p>Configure your mozilla with jprof support by adding
|
||||
<code>--enable-jprof</code> to your configure options (eg adding
|
||||
<code>ac_add_options --enable-jprof</code> to your <code>.mozconfig</code>) and
|
||||
making sure that you do <strong>not</strong> have the
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user