зеркало из https://github.com/mozilla/gecko-dev.git
44df4a390e
This patch effectively synchronizes code from old-configure.in to js/src/old-configure.in. Before, the top-level configure would set MOZ_NO_DEBUG_RTL when using MOZ_MEMORY on Windows. This would get inherited when the top-level configure invoked the js/src configure. Since js/src's configure didn't have the same code, we never set MOZ_NO_DEBUG_RTL when running a standalone js/src configure. This caused the debug runtime to be used in standalone SpiderMonkey builds. There is still some code in the root old-configure.in around CRT handling that js/src/old-configure.in doesn't have. This will likely get consolidated as part of the conversion to configure.py. MozReview-Commit-ID: CD834DhIlLS --HG-- extra : rebase_source : 9252c0166acf7ac5c760d530ca1dcbb740adb3e2 extra : source : a007293e6ab06df203c09a5535f5591667c45af2 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect | ||
moz.configure |