
Adding more and more languages will make the man page become increasingly difficult to navigate. Move documentation into the configuration file where variables are defined. Signed-off-by: Allan McRae <allan@archlinux.org>
17 lines
613 B
Bash
17 lines
613 B
Bash
#!/hint/bash
|
|
#
|
|
# @sysconfdir@/makepkg.conf.d/rust.conf
|
|
#
|
|
|
|
#########################################################################
|
|
# RUST LANGUAGE SUPPORT
|
|
#########################################################################
|
|
|
|
# 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.
|
|
#DEBUG_RUSTFLAGS="-C debuginfo=2"
|