diff options
| author | Steven Fackler <[email protected]> | 2014-02-10 19:18:17 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-02-10 19:18:17 -0800 |
| commit | 7c1de97cbfbff47600f90e4904bab85f3d77b4cf (patch) | |
| tree | 020a2ac6b728d32b3879d839ff3ad8b229411099 | |
| parent | Build static and dynamic libs (diff) | |
| download | rust-openssl-7c1de97cbfbff47600f90e4904bab85f3d77b4cf.tar.xz rust-openssl-7c1de97cbfbff47600f90e4904bab85f3d77b4cf.zip | |
Update debuginfo flag
| -rw-r--r-- | Makefile.in | 2 |
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 |