aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-02-14 20:00:09 -0800
committerSteven Fackler <[email protected]>2014-02-14 20:00:09 -0800
commit5f5b55ff07629f92adba11d00fce160389fa5df7 (patch)
treee6f35c85ba753c30114a54c1fe5b7fb26667c5ea
parentUpdate for hex move (diff)
downloadrust-openssl-5f5b55ff07629f92adba11d00fce160389fa5df7.tar.xz
rust-openssl-5f5b55ff07629f92adba11d00fce160389fa5df7.zip
Stop including debuginfo by default
-rw-r--r--Makefile.in2
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