Support build.rustflags in .servobuild

This commit is contained in:
Vladimir Vukicevic 2016-11-16 11:06:00 -05:00
parent eb531c15d9
commit a82be9ffb4
2 changed files with 6 additions and 0 deletions

View file

@ -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]