forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add cross build * alter path
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 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
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,17 @@ | ||
# Build only the JS shell | ||
ac_add_options --enable-application=js | ||
|
||
# Enable optimization for speed | ||
ac_add_options --enable-optimize | ||
|
||
# Disable debug checks to better match a release build of Firefox. | ||
ac_add_options --enable-debug | ||
|
||
# Use a separate objdir for optimized builds to allow easy | ||
# switching between optimized and debug builds while developing. | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-opt-@CONFIG_GUESS@ | ||
|
||
ac_add_options --target=riscv64-unknown-linux-gnu | ||
ac_add_options --disable-bootstrap | ||
ac_add_options --disable-rust-simd | ||
ac_add_options --enable-jit |
File renamed without changes.