Skip to content

Commit

Permalink
Merge branch 'gecko68' into gecko68
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James authored Oct 3, 2019
2 parents d37ca40 + 19fe621 commit a406b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if test `uname -s` = Darwin; then
ac_add_options --enable-optimize="-O2 -march=core2 -mtune=core2 -w"
ac_add_options --enable-macos-target=10.9
ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213
# Windows 10 Specific Options
elif test `uname -s` = MINGW32_NT-6.2; then
Expand All @@ -20,7 +21,7 @@ elif test `uname -s` = Linux; then
if test `uname -m` = x86_64; then
export CC=clang
export CXX=clang++
ac_add_options --enable-optimize="-O2 -msse3 -march=nocona -mtune=nocona -w"
ac_add_options --enable-optimize="-O2 -march=nocona -mtune=nocona -w"
ac_add_options --target=x86_64-pc-linux-gnu
#ppc64le specific options
elif test `uname -m` = ppc64le; then
Expand Down

0 comments on commit a406b83

Please sign in to comment.