diff options
| author | Steven Fackler <[email protected]> | 2014-02-14 20:00:09 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-02-14 20:00:09 -0800 |
| commit | 5f5b55ff07629f92adba11d00fce160389fa5df7 (patch) | |
| tree | e6f35c85ba753c30114a54c1fe5b7fb26667c5ea | |
| parent | Update for hex move (diff) | |
| download | rust-openssl-5f5b55ff07629f92adba11d00fce160389fa5df7.tar.xz rust-openssl-5f5b55ff07629f92adba11d00fce160389fa5df7.zip | |
Stop including debuginfo by default
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index aab4f9f1..1faefbab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ RUSTC := rustc BUILDDIR := build -RUSTFLAGS := -O -g --cfg ndebug +RUSTFLAGS := -O --cfg ndebug INSTALL_DIR := %PREFIX% OPENSSL_LIB := lib.rs |