mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Support build.rustflags in .servobuild
This commit is contained in:
parent
eb531c15d9
commit
a82be9ffb4
2 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,8 @@ android = false
|
|||
debug-mozjs = false
|
||||
# Set to the path to your ccache binary to enable caching of compiler outputs
|
||||
#ccache = "/usr/local/bin/ccache"
|
||||
# Any optional flags that will be added to $RUSTFLAGS
|
||||
#rustflags = ""
|
||||
|
||||
# Android information
|
||||
[android]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue