Skip to content

Commit 39283f1

Browse files
authoredOct 31, 2021
Update swc (#30685)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` - This fixes error message about unsupported cpu features. - This applies swc-project/swc#2597 - This fix an infinite loop issue related to `@ericblade/quagga2`
1 parent 02e0dbc commit 39283f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎packages/next/build/swc/.cargo/config.toml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
rustdocflags = []
55
rustflags = [
6-
"-C",
7-
"target-feature=+sse2",
86
]
97

108
[target.aarch64-apple-darwin]

‎packages/next/build/swc/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.