Loading Makefile.in +2 −2 Original line number Diff line number Diff line 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 Loading Loading
Makefile.in +2 −2 Original line number Diff line number Diff line 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 Loading