Skip to content

Commit 9a9b3c1

Browse files
committed
Don't pass along RUSTFLAGS to subprojects
1 parent 47334ba commit 9a9b3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export RUSTC := rustc
22
RUSTDOC := rustdoc
3-
export RUSTFLAGS := -O --cfg ndebug
3+
RUSTFLAGS := -O --cfg ndebug
44
BUILDDIR := build
55
INSTALL_DIR := %PREFIX%
66

0 commit comments

Comments
 (0)