Stop including debuginfo by default

This commit is contained in:
Steven Fackler 2014-02-14 20:00:09 -08:00
parent 3acd8f8de9
commit 5f5b55ff07
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
RUSTC := rustc RUSTC := rustc
BUILDDIR := build BUILDDIR := build
RUSTFLAGS := -O -g --cfg ndebug RUSTFLAGS := -O --cfg ndebug
INSTALL_DIR := %PREFIX% INSTALL_DIR := %PREFIX%
OPENSSL_LIB := lib.rs OPENSSL_LIB := lib.rs