Stop including debuginfo by default
This commit is contained in:
parent
3acd8f8de9
commit
5f5b55ff07
|
|
@ -1,6 +1,6 @@
|
|||
RUSTC := rustc
|
||||
BUILDDIR := build
|
||||
RUSTFLAGS := -O -g --cfg ndebug
|
||||
RUSTFLAGS := -O --cfg ndebug
|
||||
INSTALL_DIR := %PREFIX%
|
||||
|
||||
OPENSSL_LIB := lib.rs
|
||||
|
|
|
|||
Loading…
Reference in New Issue