We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bbb98 commit 2d357d4Copy full SHA for 2d357d4
README.md
@@ -4,13 +4,11 @@
4
5
This crate is intended for working with the GBA.
6
7
-To build for the GBA you'll need to use `build-std` and you'll also need to
8
-activate the `compiler-builtins-weak-intrinsics` feature.
+To build for the GBA you'll need to use `build-std`.
9
10
The following should be somewhere in your `.cargo/config.toml`:
11
12
```toml
13
[unstable]
14
build-std = ["core"]
15
-build-std-features = ["compiler-builtins-weak-intrinsics"]
16
```
0 commit comments