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%

@ -1 +1 @@
Subproject commit a88b7c0e3c68f0a5ef630d215604d3d26b8de588
Subproject commit 5f5b55ff07629f92adba11d00fce160389fa5df7

@ -1 +1 @@
Subproject commit 68904bf42088582ad382465a26cc162cc5fbfabb
Subproject commit 58d537a121142a47b24c84429542877da1ba548e