Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
G3.2.7-osxfix-eol
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou committed Oct 20, 2021
1 parent e797175 commit 22026fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .mozconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Very simplified mozconfig because builds are made in native OS X environment

export MAKE=gmake
export STRIP=strip
export RUSTFLAGS="-C target-cpu=core2"
export RUSTFLAGS="-C opt-level=3 -C target-cpu=core2"
X=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
mk_add_options MOZ_MAKE_FLAGS=-j${X}
ac_add_options --target=x86_64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion browser/config/version_display.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
G3.2.7-osxfix
G3.2.7-osxfix-eol

0 comments on commit 22026fb

Please sign in to comment.