Propagate debug flag in Makefiles.

This commit is contained in:
Jack Moffitt 2013-06-17 10:01:45 -06:00
parent d61c455340
commit c07a2be6e7

View file

@ -49,6 +49,7 @@ endif
export CFG_RUSTC
export CFG_RUSTC_FLAGS
export CFG_LOCAL_RUSTC
export CFG_ENABLE_DEBUG
export RUSTC=$(CFG_RUSTC)
export RUSTFLAGS=$(CFG_RUSTC_FLAGS)