Stop including debuginfo by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export RUSTC := rustc
|
||||
RUSTDOC := rustdoc
|
||||
export RUSTFLAGS := -O -g --cfg ndebug
|
||||
export RUSTFLAGS := -O --cfg ndebug
|
||||
BUILDDIR := build
|
||||
INSTALL_DIR := %PREFIX%
|
||||
|
||||
|
||||
Submodule submodules/rust-openssl updated: a88b7c0e3c...5f5b55ff07
Submodule submodules/rust-phf updated: 68904bf420...58d537a121
Reference in New Issue
Block a user