Skip to content

Commit 2d357d4

Browse files
authored
Update README.md to remove legacy flag (#206)
1 parent c0bbb98 commit 2d357d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44

55
This crate is intended for working with the GBA.
66

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.
7+
To build for the GBA you'll need to use `build-std`.
98

109
The following should be somewhere in your `.cargo/config.toml`:
1110

1211
```toml
1312
[unstable]
1413
build-std = ["core"]
15-
build-std-features = ["compiler-builtins-weak-intrinsics"]
1614
```

0 commit comments

Comments
 (0)