Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4.  
  5. ac_add_options --enable-application=instantbird
  6. mk_add_options MOZ_MAKE_FLAGS=-j4
  7.  
  8. if [ "$DEBUG" ]; then
  9. mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-instantbird-dbg
  10. ac_add_options --enable-extensions=inspector
  11. ac_add_options --enable-debug --disable-optimize --disable-jemalloc --enable-valgrind
  12. else
  13. mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-instantbird
  14. ac_add_options --disable-debug --enable-optimize
  15. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement