diff --git a/Makefile.in b/Makefile.in index 4ad2d6bb..452b6197 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -RUSTC := rustc +RUSTC ?= rustc BUILDDIR := build RUSTCFGS := %RUSTCFGS% -RUSTFLAGS := -O --cfg ndebug $(RUSTCFGS) +RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS) INSTALL_DIR := %PREFIX% OPENSSL_LIB := lib.rs