Skip to content

Commit d332e21

Browse files
committed
Remove -Ctarget-cpu=native
1 parent 574212d commit d332e21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xtask/templates/install-command.bash.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ mkdir ./.cargo ./src
1919
cat > ./.cargo/config.toml << EOF
2020
[build]
2121
rustflags = [
22-
"-Ctarget-cpu=native",
2322
"--cfg", "atcoder",
2423
]
2524
EOF

0 commit comments

Comments
 (0)