Skip to content

Commit b9888b0

Browse files
committed
Revert limiting codegen units
1 parent 1520dd9 commit b9888b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ matrix:
1313
- name: "aarch64-unknown-linux-gnu (neon)"
1414
os: linux
1515
arch: arm64
16-
env: RUSTFLAGS=-Ccodegen-units=1
1716

1817
- name: "aarch64-unknown-linux-gnu (neon, sve)"
1918
os: linux
2019
arch: arm64
21-
env: RUSTFLAGS="-Ctarget-feature=+sve -Ccodegen-units=1
20+
env: RUSTFLAGS=-Ctarget-feature=+sve
2221

2322
- name: "aarch64-unknown-linux-gnu (native, see log for cfg)"
2423
os: linux
2524
arch: arm64
26-
env: RUSTFLAGS="-Ctarget-cpu=native -Ccodegen-units=1"
25+
env: RUSTFLAGS=-Ctarget-cpu=native
2726

2827
# Linux (powerpc64le)
2928
- name: "powerpc64le-unknown-linux-gnu (altivec, vsx, power8-*)"

0 commit comments

Comments
 (0)