aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-02-10 19:18:17 -0800
committerSteven Fackler <[email protected]>2014-02-10 19:18:17 -0800
commit7c1de97cbfbff47600f90e4904bab85f3d77b4cf (patch)
tree020a2ac6b728d32b3879d839ff3ad8b229411099
parentBuild static and dynamic libs (diff)
downloadrust-openssl-7c1de97cbfbff47600f90e4904bab85f3d77b4cf.tar.xz
rust-openssl-7c1de97cbfbff47600f90e4904bab85f3d77b4cf.zip
Update debuginfo flag
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fda88260..0352eecb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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