Stop including debuginfo by default

This commit is contained in:
Steven Fackler
2014-02-14 20:01:04 -08:00
parent 7c9f552eb4
commit a70c4f150f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
export RUSTC := rustc
RUSTDOC := rustdoc
export RUSTFLAGS := -O -g --cfg ndebug
export RUSTFLAGS := -O --cfg ndebug
BUILDDIR := build
INSTALL_DIR := %PREFIX%