Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor Browser
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,533
    • Issues 1,533
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Applications
  • Tor Browser
  • Issues
  • #4280

Closed
Open
Opened Oct 21, 2011 by Jacob Appelbaum@ioerror

build changes for TBB

re legacy/trac#2176 (closed) - I came up with a list of things I think we should disable or change in TBB's build process.

I noticed that as it stands, we don't disable stuff like JSctypes. Which, well, if it's anything like python ctypes, holy moley!

diff --git a/build-scripts/config/dot_mozconfig b/build-scripts/config/dot_mozconfig
index 9333a6f..227bd01 100755
--- a/build-scripts/config/dot_mozconfig
+++ b/build-scripts/config/dot_mozconfig
@@ -5,5 +5,16 @@ mk_add_options MOZ_APP_DISPLAYNAME=TorBrowser
 
 ac_add_options --enable-optimize
 ac_add_options --enable-strip
+ac_add_options --enable-install-strip
 ac_add_options --disable-tests
 ac_add_options --disable-debug
+ac_add_options --disable-ctypes
+ac_add_options --disable-necko-disk-cache
+ac_add_options --disable-necko-wifio
+ac_add_options --disable-installer
+ac_add_options --disable-updater
+ac_add_options --disable-parental-controls
+
+
+# Linux options
+ac_add_options --disable-dbus
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/applications/tor-browser#4280