mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
3262052e33
spack: - Optimize resolver swc_bunder: - Parallize merging of reexports - Remove useless `clone`s swc_ecma_utils: - Migrate DropSpan to VisitMut swc_ecma_transforms: - Migrate simple transforms to VisitMut - Ignore types to reduce binary size - Hide actual types so that we can optimize it in future without breaking change swc_visit: - Apply transforms for vector in-place - Apply transforms for box in-place
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
|
|
[build]
|
|
rustflags = [
|
|
"--cfg", "procmacro2_semver_exempt",
|
|
"-Z", "thinlto=no",
|
|
"-C", "target-feature=+sse2",
|
|
]
|
|
|
|
rustdocflags = [
|
|
"--cfg", "procmacro2_semver_exempt",
|
|
]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = [
|
|
"--cfg", "procmacro2_semver_exempt",
|
|
] |