This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9e787fbd82
rust
/
xargo
/
build.sh
4 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
make xargo/build.sh more cross-platform
2017-08-07 15:52:28 -05:00
#!/bin/sh
cd
"
$(
dirname
"
$0
"
)
"
make test suite MIR validation aware. run-pass passes with and without fullmir, if optimizations are disabled!
2017-08-02 01:01:16 -05:00
RUSTFLAGS
=
'-Zalways-encode-mir -Zmir-emit-validate=1'
xargo build
Reference in New Issue
Copy Permalink