
Move rust related buildflags to their own configuration file to provide an example of how other languages could be supported. Signed-off-by: Allan McRae <allan@archlinux.org>
11 lines
294 B
Bash
11 lines
294 B
Bash
#!/hint/bash
|
|
#
|
|
# @sysconfdir@/makepkg.conf.d/rust.conf
|
|
#
|
|
|
|
#########################################################################
|
|
# RUST LANGUAGE SUPPORT
|
|
#########################################################################
|
|
#
|
|
#RUSTFLAGS="-C opt-level=2"
|
|
#DEBUG_RUSTFLAGS="-C debuginfo=2"
|