2023-01-13 11:32:52 +10:00
|
|
|
#!/hint/bash
|
|
|
|
#
|
|
|
|
# @sysconfdir@/makepkg.conf.d/rust.conf
|
|
|
|
#
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
# RUST LANGUAGE SUPPORT
|
|
|
|
#########################################################################
|
2024-02-24 20:00:58 +10:00
|
|
|
|
|
|
|
# Flags used for the Rust compiler, similar in spirit to CFLAGS. Read
|
|
|
|
# linkman:rustc[1] for more details on the available flags.
|
|
|
|
#RUSTFLAGS="-C opt-level=3"
|
|
|
|
|
|
|
|
# Additional compiler flags appended to `RUSTFLAGS` for use in debugging.
|
|
|
|
# Usually this would include: ``-C debuginfo=2''. Read linkman:rustc[1] for
|
|
|
|
# more details on the available flags.
|
2023-01-13 11:32:52 +10:00
|
|
|
#DEBUG_RUSTFLAGS="-C debuginfo=2"
|