Update debuginfo flag
This commit is contained in:
parent
360fa1f04b
commit
7c1de97cbf
|
|
@ -1,6 +1,6 @@
|
|||
RUSTC = rustc
|
||||
BUILDDIR = build
|
||||
RUSTFLAGS = -O -Z extra-debug-info --cfg ndebug
|
||||
RUSTFLAGS = -O -g --cfg ndebug
|
||||
INSTALL_DIR = %PREFIX%
|
||||
|
||||
OPENSSL_LIB = lib.rs
|
||||
|
|
|
|||
Loading…
Reference in New Issue