Skip to content

Commit dd94494

Browse files
committed
Remove obsolete -Z debug-info rustc flag.
Upstream, it's been changed to ``--debuginfo`` (short form ``-g``), but we're not really doing anything that requires the debug info at present (earlier on it was a more common need!), so we may as well remove it.
1 parent 445ff8f commit dd94494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RUSTC ?= rustc
22
RUSTDOC ?= rustdoc
33
RUSTPKG ?= rustpkg
4-
RUSTFLAGS ?= -O -Z debug-info
4+
RUSTFLAGS ?= -O
55
RUST_REPOSITORY ?= ../rust
66
RUST_CTAGS ?= $(RUST_REPOSITORY)/src/etc/ctags.rust
77
VERSION=0.1-pre

0 commit comments

Comments
 (0)