-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added compilation configuration profiles. copy to .mozconfig in order…
… to use them.
- Loading branch information
Stefano
committed
Dec 21, 2011
1 parent
3aa22c5
commit 2ad2367
Showing
3 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
. $topsrcdir/browser/config/mozconfig | ||
export MOZ_PHOENIX=1 | ||
export MOZ_APP_PROFILE=DOMinator1 | ||
mk_add_options MOZ_PHOENIX=1 | ||
mk_add_options MOZ_APP_PROFILE=DOMinator1 | ||
ac_add_options --disable-optimize | ||
ac_add_options --enable-application=browser | ||
ac_add_options --disable-necko-wifi | ||
mk_add_options MOZ_CO_PROJECT=browser | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-taintD | ||
ac_add_options --disable-tests | ||
mk_add_options MOZ_MAKE_FLAGS=-j4 | ||
ac_add_options --with-user-appdir=.DOMinator1 | ||
ac_add_options --enable-debug | ||
|
||
export MOZ_DEBUG_SYMBOLS=1 | ||
export CFLAGS="-gdwarf-2 -DTAINTED=1" | ||
export CXXFLAGS="-gdwarf-2 -DTAINTED=1" | ||
export CPPFLAGS="-DTAINTED=1" | ||
export DEFS="-DTAINTED=1" | ||
|
||
ac_add_options --enable-debug-symbols="-gdwarf-2" | ||
ac_add_options --enable-trace-malloc | ||
|
||
|
||
|
||
#. $topsrcdir/browser/config/mozconfig | ||
#export MOZ_PHOENIX=1 | ||
#export MOZ_APP_PROFILE=DOMinator1 | ||
#mk_add_options MOZ_PHOENIX=1 | ||
#mk_add_options MOZ_APP_PROFILE=DOMinator1 | ||
##ac_add_options --disable-optimize | ||
#ac_add_options --enable-application=browser | ||
#ac_add_options --disable-accessibility | ||
#ac_add_options --disable-necko-wifi | ||
#mk_add_options MOZ_CO_PROJECT=browser | ||
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-taintD | ||
#ac_add_options --disable-tests | ||
#mk_add_options MOZ_MAKE_FLAGS=-j4 | ||
#ac_add_options --with-user-appdir=.DOMinator1 | ||
#ac_add_options --enable-debug | ||
#ac_add_options --enable-libxul | ||
##ac_add_options --enable-debug-symbols=DBG | ||
#ac_add_options --disable-crashreporter | ||
#ac_add_options --disable-calendar | ||
#ac_add_options --disable-chatzilla | ||
#ac_add_options --disable-composer | ||
#ac_add_options --disable-installer | ||
#ac_add_options --disable-ipc | ||
#ac_add_options --disable-ldap | ||
#ac_add_options --disable-mailnews | ||
#ac_add_options --disable-mochitest | ||
#ac_add_options --disable-negotiateauth | ||
#ac_add_options --disable-updater | ||
#ac_add_options --disable-xinerama | ||
#ac_add_options --disable-xprint | ||
# | ||
#export MOZ_DEBUG_SYMBOLS=1 | ||
#export CFLAGS="-gstabs+ -DTAINTED=1" | ||
#export CXXFLAGS="-gstabs+ -DTAINTED=1" | ||
#export CPPFLAGS="-DTAINTED=1" | ||
#export DEFS="-DTAINTED=1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
. $topsrcdir/browser/config/mozconfig | ||
export MOZ_PHOENIX=1 | ||
export MOZ_APP_PROFILE=DOMinator1 | ||
mk_add_options MOZ_PHOENIX=1 | ||
mk_add_options MOZ_APP_PROFILE=DOMinator1 | ||
#ac_add_options --disable-optimize | ||
ac_add_options --enable-application=browser | ||
ac_add_options --disable-necko-wifi | ||
mk_add_options MOZ_CO_PROJECT=browser | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-taintOPT | ||
ac_add_options --disable-tests | ||
mk_add_options MOZ_MAKE_FLAGS=-j4 | ||
ac_add_options --with-user-appdir=.DOMinator1 | ||
#ac_add_options --enable-debug | ||
|
||
#export MOZ_DEBUG_SYMBOLS=1 | ||
export CFLAGS="-DTAINTED=1" | ||
export CXXFLAGS="-DTAINTED=1" | ||
export CPPFLAGS="-DTAINTED=1" | ||
export DEFS="-DTAINTED=1" | ||
|
||
#ac_add_options --enable-debug-symbols="-gdwarf-2" | ||
#ac_add_options --enable-trace-malloc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
. $topsrcdir/browser/config/mozconfig | ||
export MOZ_PHOENIX=1 | ||
export MOZ_APP_PROFILE=DOMinator1 | ||
mk_add_options MOZ_PHOENIX=1 | ||
mk_add_options MOZ_APP_PROFILE=DOMinator1 | ||
ac_add_options --disable-optimize | ||
ac_add_options --enable-application=browser | ||
ac_add_options --disable-necko-wifi | ||
mk_add_options MOZ_CO_PROJECT=browser | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-vanilla | ||
ac_add_options --disable-tests | ||
mk_add_options MOZ_MAKE_FLAGS=-j4 | ||
ac_add_options --with-user-appdir=.DOMinator1 | ||
ac_add_options --enable-debug | ||
|
||
export MOZ_DEBUG_SYMBOLS=1 | ||
export CFLAGS="-gdwarf-2" | ||
export CXXFLAGS="-gdwarf-2" | ||
#export CPPFLAGS="-DTAINTED=1" | ||
#export DEFS="-DTAINTED=1" | ||
|
||
ac_add_options --enable-debug-symbols="-gdwarf-2" | ||
ac_add_options --enable-trace-malloc | ||
|
||
|
||
|
||
#. $topsrcdir/browser/config/mozconfig | ||
#export MOZ_PHOENIX=1 | ||
#export MOZ_APP_PROFILE=DOMinator1 | ||
#mk_add_options MOZ_PHOENIX=1 | ||
#mk_add_options MOZ_APP_PROFILE=DOMinator1 | ||
##ac_add_options --disable-optimize | ||
#ac_add_options --enable-application=browser | ||
#ac_add_options --disable-accessibility | ||
#ac_add_options --disable-necko-wifi | ||
#mk_add_options MOZ_CO_PROJECT=browser | ||
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-taintD | ||
#ac_add_options --disable-tests | ||
#mk_add_options MOZ_MAKE_FLAGS=-j4 | ||
#ac_add_options --with-user-appdir=.DOMinator1 | ||
#ac_add_options --enable-debug | ||
#ac_add_options --enable-libxul | ||
##ac_add_options --enable-debug-symbols=DBG | ||
#ac_add_options --disable-crashreporter | ||
#ac_add_options --disable-calendar | ||
#ac_add_options --disable-chatzilla | ||
#ac_add_options --disable-composer | ||
#ac_add_options --disable-installer | ||
#ac_add_options --disable-ipc | ||
#ac_add_options --disable-ldap | ||
#ac_add_options --disable-mailnews | ||
#ac_add_options --disable-mochitest | ||
#ac_add_options --disable-negotiateauth | ||
#ac_add_options --disable-updater | ||
#ac_add_options --disable-xinerama | ||
#ac_add_options --disable-xprint | ||
# | ||
#export MOZ_DEBUG_SYMBOLS=1 | ||
#export CFLAGS="-gstabs+ -DTAINTED=1" | ||
#export CXXFLAGS="-gstabs+ -DTAINTED=1" | ||
#export CPPFLAGS="-DTAINTED=1" | ||
#export DEFS="-DTAINTED=1" |