Stop including debuginfo by default
This commit is contained in:
parent
7c9f552eb4
commit
a70c4f150f
@ -1,6 +1,6 @@
|
|||||||
export RUSTC := rustc
|
export RUSTC := rustc
|
||||||
RUSTDOC := rustdoc
|
RUSTDOC := rustdoc
|
||||||
export RUSTFLAGS := -O -g --cfg ndebug
|
export RUSTFLAGS := -O --cfg ndebug
|
||||||
BUILDDIR := build
|
BUILDDIR := build
|
||||||
INSTALL_DIR := %PREFIX%
|
INSTALL_DIR := %PREFIX%
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a88b7c0e3c68f0a5ef630d215604d3d26b8de588
|
Subproject commit 5f5b55ff07629f92adba11d00fce160389fa5df7
|
@ -1 +1 @@
|
|||||||
Subproject commit 68904bf42088582ad382465a26cc162cc5fbfabb
|
Subproject commit 58d537a121142a47b24c84429542877da1ba548e
|
Loading…
Reference in New Issue
Block a user