Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added --enable-debug flag to mozjs #368

Merged
merged 1 commit into from Apr 16, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

added --enable-debug flag to mozjs

  • Loading branch information
aydin.kim
aydin.kim committed Apr 16, 2013
commit a0450e475e5f023cd469502d959aec90c27f00f7
@@ -496,6 +496,11 @@ do
if [ $i = "rust-azure" ]; then
CONFIGURE_ARGS="--enable-skia"
fi
if [ $i = mozjs ]; then
if [ ! -z $CFG_ENABLE_DEBUG ]; then
CONFIGURE_ARGS="--enable-debug"
fi
fi

if [ -f ${CONFIGURE_SCRIPT} ]
then
@@ -516,6 +521,7 @@ putvar CFG_SUBMODULES
putvar CFG_DISABLE_MANAGE_SUBMODULES
putvar CFG_RUSTC
putvar CFG_LOCAL_RUSTC
putvar CFG_ENABLE_DEBUG

msg
copy_if_changed ${CFG_SRC_DIR}Makefile.in ${CFG_BUILD_DIR}Makefile
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.