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