From 7c1de97cbfbff47600f90e4904bab85f3d77b4cf Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 10 Feb 2014 19:18:17 -0800 Subject: [PATCH] Update debuginfo flag --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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