mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-29 08:50:10 +00:00
13 lines
455 B
TOML
13 lines
455 B
TOML
# Copyright 2025 New Vector Ltd.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
# Please see LICENSE files in the repository root for full details.
|
|
|
|
[build]
|
|
rustflags = ["--cfg", "tokio_unstable"]
|
|
|
|
# On x86_64, we target the x86-64-v2 psABI, as it is a good compromise between
|
|
# modern CPU instructions and compatibility.
|
|
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["--cfg", "tokio_unstable", "-C", "target-cpu=x86-64-v2"]
|