dynix/.cargo/config.toml

11 lines
231 B
TOML
Raw Normal View History

2026-03-22 15:57:38 +01:00
# SPDX-FileCopyrightText: 2026 Qyriad <qyriad@qyriad.me>
#
# SPDX-License-Identifier: EUPL-1.1
# vim: tabstop=2 shiftwidth=0 noexpandtab
[build]
rustflags = [
"-C", "force-frame-pointers=yes",
"-C", "force-unwind-tables=yes",
]